Uses of Interface
org.lisa.tmx20.Datatype

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

Uses of Datatype in org.lisa.tmx20
 

Methods in org.lisa.tmx20 that return Datatype
static Datatype Datatype.Factory.newInstance()
           
static Datatype Datatype.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static Datatype Datatype.Factory.newValue(Object obj)
           
static Datatype Datatype.Factory.parse(File file)
           
static Datatype Datatype.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static Datatype Datatype.Factory.parse(InputStream is)
           
static Datatype Datatype.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static Datatype Datatype.Factory.parse(Node node)
           
static Datatype Datatype.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static Datatype Datatype.Factory.parse(Reader r)
           
static Datatype Datatype.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static Datatype Datatype.Factory.parse(String xmlAsString)
           
static Datatype Datatype.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static Datatype Datatype.Factory.parse(URL u)
           
static Datatype Datatype.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static Datatype Datatype.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static Datatype Datatype.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static Datatype Datatype.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static Datatype Datatype.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 Datatype SubDocument.Sub.xgetDatatype()
          Gets (as xml) the "datatype" attribute
 Datatype TuvDocument.Tuv.xgetDatatype()
          Gets (as xml) the "datatype" attribute
 Datatype TuDocument.Tu.xgetDatatype()
          Gets (as xml) the "datatype" attribute
 

Methods in org.lisa.tmx20 with parameters of type Datatype
 void SubDocument.Sub.xsetDatatype(Datatype datatype)
          Sets (as xml) the "datatype" attribute
 void TuvDocument.Tuv.xsetDatatype(Datatype datatype)
          Sets (as xml) the "datatype" attribute
 void TuDocument.Tu.xsetDatatype(Datatype datatype)
          Sets (as xml) the "datatype" attribute
 

Uses of Datatype in org.lisa.tmx20.impl
 

Classes in org.lisa.tmx20.impl that implement Datatype
 class DatatypeImpl
          An XML datatype(@http://www.lisa.org/tmx20).
static class HeaderDocumentImpl.HeaderImpl.DatatypeImpl
          An XML datatype(@).
 

Methods in org.lisa.tmx20.impl that return Datatype
 Datatype TuvDocumentImpl.TuvImpl.xgetDatatype()
          Gets (as xml) the "datatype" attribute
 Datatype SubDocumentImpl.SubImpl.xgetDatatype()
          Gets (as xml) the "datatype" attribute
 Datatype TuDocumentImpl.TuImpl.xgetDatatype()
          Gets (as xml) the "datatype" attribute
 

Methods in org.lisa.tmx20.impl with parameters of type Datatype
 void TuvDocumentImpl.TuvImpl.xsetDatatype(Datatype datatype)
          Sets (as xml) the "datatype" attribute
 void SubDocumentImpl.SubImpl.xsetDatatype(Datatype datatype)
          Sets (as xml) the "datatype" attribute
 void TuDocumentImpl.TuImpl.xsetDatatype(Datatype datatype)
          Sets (as xml) the "datatype" attribute
 



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