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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type NOTATION
 void NOTATIONDocument.setNOTATION(NOTATION notation)
          Sets the "NOTATION" element
 

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

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

Methods in org.xmlsoap.schemas.soap.encoding.impl that return NOTATION
 NOTATION NOTATIONDocumentImpl.addNewNOTATION()
          Appends and returns a new empty "NOTATION" element
 NOTATION NOTATIONDocumentImpl.getNOTATION()
          Gets the "NOTATION" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type NOTATION
 void NOTATIONDocumentImpl.setNOTATION(NOTATION notation)
          Sets the "NOTATION" element
 



Copyright © 2006 null. All Rights Reserved.