Uses of Interface
org.lisa.tmx20.NoteDocument

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

Uses of NoteDocument in org.lisa.tmx20
 

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

Uses of NoteDocument in org.lisa.tmx20.impl
 

Classes in org.lisa.tmx20.impl that implement NoteDocument
 class NoteDocumentImpl
          A document containing one note(@http://www.lisa.org/tmx20) element.
 



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