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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type NMTOKEN
 void NMTOKENDocument.setNMTOKEN(NMTOKEN nmtoken)
          Sets the "NMTOKEN" element
 

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

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

Methods in org.xmlsoap.schemas.soap.encoding.impl that return NMTOKEN
 NMTOKEN NMTOKENDocumentImpl.addNewNMTOKEN()
          Appends and returns a new empty "NMTOKEN" element
 NMTOKEN NMTOKENDocumentImpl.getNMTOKEN()
          Gets the "NMTOKEN" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type NMTOKEN
 void NMTOKENDocumentImpl.setNMTOKEN(NMTOKEN nmtoken)
          Sets the "NMTOKEN" element
 



Copyright © 2006 null. All Rights Reserved.