Uses of Interface
org.lisa.tmx20.GDocument

Packages that use GDocument
org.lisa.tmx20   
org.lisa.tmx20.impl   
 

Uses of GDocument in org.lisa.tmx20
 

Methods in org.lisa.tmx20 that return GDocument
static GDocument GDocument.Factory.newInstance()
           
static GDocument GDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GDocument GDocument.Factory.parse(File file)
           
static GDocument GDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GDocument GDocument.Factory.parse(InputStream is)
           
static GDocument GDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GDocument GDocument.Factory.parse(Node node)
           
static GDocument GDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GDocument GDocument.Factory.parse(Reader r)
           
static GDocument GDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GDocument GDocument.Factory.parse(String xmlAsString)
           
static GDocument GDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GDocument GDocument.Factory.parse(URL u)
           
static GDocument GDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GDocument GDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GDocument GDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GDocument GDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static GDocument GDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of GDocument in org.lisa.tmx20.impl
 

Classes in org.lisa.tmx20.impl that implement GDocument
 class GDocumentImpl
          A document containing one g(@http://www.lisa.org/tmx20) element.
 



Copyright © 2007-2008 Vermont Department of Taxes. All Rights Reserved.