Uses of Interface
org.lisa.tmx20.SubDocument

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

Uses of SubDocument in org.lisa.tmx20
 

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

Uses of SubDocument in org.lisa.tmx20.impl
 

Classes in org.lisa.tmx20.impl that implement SubDocument
 class SubDocumentImpl
          A document containing one sub(@http://www.lisa.org/tmx20) element.
 



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