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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type NMTOKENS
 void NMTOKENSDocument.setNMTOKENS(NMTOKENS nmtokens)
          Sets the "NMTOKENS" element
 

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

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

Methods in org.xmlsoap.schemas.soap.encoding.impl that return NMTOKENS
 NMTOKENS NMTOKENSDocumentImpl.addNewNMTOKENS()
          Appends and returns a new empty "NMTOKENS" element
 NMTOKENS NMTOKENSDocumentImpl.getNMTOKENS()
          Gets the "NMTOKENS" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type NMTOKENS
 void NMTOKENSDocumentImpl.setNMTOKENS(NMTOKENS nmtokens)
          Sets the "NMTOKENS" element
 



Copyright © 2006 null. All Rights Reserved.