Uses of Interface
org.lisa.tmx20.TmxDocument

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

Uses of TmxDocument in org.lisa.tmx20
 

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

Uses of TmxDocument in org.lisa.tmx20.impl
 

Classes in org.lisa.tmx20.impl that implement TmxDocument
 class TmxDocumentImpl
          A document containing one tmx(@http://www.lisa.org/tmx20) element.
 



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