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

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

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

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

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

Classes in org.xmlsoap.schemas.soap.encoding.impl that implement GDayDocument
 class GDayDocumentImpl
          A document containing one gDay(@http://schemas.xmlsoap.org/soap/encoding/) element.
 



Copyright © 2006 null. All Rights Reserved.