Uses of Interface
org.xmlsoap.schemas.soap.encoding.NCName

Packages that use NCName
org.xmlsoap.schemas.soap.encoding   
org.xmlsoap.schemas.soap.encoding.impl   
 

Uses of NCName in org.xmlsoap.schemas.soap.encoding
 

Methods in org.xmlsoap.schemas.soap.encoding that return NCName
 NCName NCNameDocument.addNewNCName()
          Appends and returns a new empty "NCName" element
 NCName NCNameDocument.getNCName()
          Gets the "NCName" element
static NCName NCName.Factory.newInstance()
           
static NCName NCName.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static NCName NCName.Factory.parse(java.io.File file)
           
static NCName NCName.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static NCName NCName.Factory.parse(java.io.InputStream is)
           
static NCName NCName.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static NCName NCName.Factory.parse(org.w3c.dom.Node node)
           
static NCName NCName.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static NCName NCName.Factory.parse(java.io.Reader r)
           
static NCName NCName.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static NCName NCName.Factory.parse(java.lang.String xmlAsString)
           
static NCName NCName.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static NCName NCName.Factory.parse(java.net.URL u)
           
static NCName NCName.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static NCName NCName.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static NCName NCName.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static NCName NCName.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static NCName NCName.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type NCName
 void NCNameDocument.setNCName(NCName ncName)
          Sets the "NCName" element
 

Uses of NCName in org.xmlsoap.schemas.soap.encoding.impl
 

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement NCName
 class NCNameImpl
          An XML NCName(@http://schemas.xmlsoap.org/soap/encoding/).
 

Methods in org.xmlsoap.schemas.soap.encoding.impl that return NCName
 NCName NCNameDocumentImpl.addNewNCName()
          Appends and returns a new empty "NCName" element
 NCName NCNameDocumentImpl.getNCName()
          Gets the "NCName" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type NCName
 void NCNameDocumentImpl.setNCName(NCName ncName)
          Sets the "NCName" element
 



Copyright © 2006 null. All Rights Reserved.