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

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

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

Methods in org.xmlsoap.schemas.soap.encoding that return GYearMonthDocument
static GYearMonthDocument GYearMonthDocument.Factory.newInstance()
           
static GYearMonthDocument GYearMonthDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GYearMonthDocument GYearMonthDocument.Factory.parse(java.io.File file)
           
static GYearMonthDocument GYearMonthDocument.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static GYearMonthDocument GYearMonthDocument.Factory.parse(java.io.InputStream is)
           
static GYearMonthDocument GYearMonthDocument.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GYearMonthDocument GYearMonthDocument.Factory.parse(org.w3c.dom.Node node)
           
static GYearMonthDocument GYearMonthDocument.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static GYearMonthDocument GYearMonthDocument.Factory.parse(java.io.Reader r)
           
static GYearMonthDocument GYearMonthDocument.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GYearMonthDocument GYearMonthDocument.Factory.parse(java.lang.String xmlAsString)
           
static GYearMonthDocument GYearMonthDocument.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GYearMonthDocument GYearMonthDocument.Factory.parse(java.net.URL u)
           
static GYearMonthDocument GYearMonthDocument.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static GYearMonthDocument GYearMonthDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GYearMonthDocument GYearMonthDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GYearMonthDocument GYearMonthDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static GYearMonthDocument GYearMonthDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

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

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement GYearMonthDocument
 class GYearMonthDocumentImpl
          A document containing one gYearMonth(@http://schemas.xmlsoap.org/soap/encoding/) element.
 



Copyright © 2006 null. All Rights Reserved.