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

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

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

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

Methods in org.xmlsoap.schemas.soap.encoding with parameters of type Name
 void NameDocument.setName(Name name)
          Sets the "Name" element
 

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

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

Methods in org.xmlsoap.schemas.soap.encoding.impl that return Name
 Name NameDocumentImpl.addNewName()
          Appends and returns a new empty "Name" element
 Name NameDocumentImpl.getName()
          Gets the "Name" element
 

Methods in org.xmlsoap.schemas.soap.encoding.impl with parameters of type Name
 void NameDocumentImpl.setName(Name name)
          Sets the "Name" element
 



Copyright © 2006 null. All Rights Reserved.