Uses of Interface
org.lisa.tmx20.BptDocument

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

Uses of BptDocument in org.lisa.tmx20
 

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

Uses of BptDocument in org.lisa.tmx20.impl
 

Classes in org.lisa.tmx20.impl that implement BptDocument
 class BptDocumentImpl
          A document containing one bpt(@http://www.lisa.org/tmx20) element.
 



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