Uses of Interface
org.isotc211.x2005.gco.LengthDocument
-
Packages that use LengthDocument Package Description org.isotc211.x2005.gco org.isotc211.x2005.gco.impl -
-
Uses of LengthDocument in org.isotc211.x2005.gco
Subinterfaces of LengthDocument in org.isotc211.x2005.gco Modifier and Type Interface Description interfaceDistanceDocumentA document containing one Distance(@http://www.isotc211.org/2005/gco) element.Methods in org.isotc211.x2005.gco that return LengthDocument Modifier and Type Method Description static LengthDocumentLengthDocument.Factory. newInstance()static LengthDocumentLengthDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LengthDocumentLengthDocument.Factory. parse(File file)static LengthDocumentLengthDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LengthDocumentLengthDocument.Factory. parse(InputStream is)static LengthDocumentLengthDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LengthDocumentLengthDocument.Factory. parse(Reader r)static LengthDocumentLengthDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LengthDocumentLengthDocument.Factory. parse(String xmlAsString)static LengthDocumentLengthDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LengthDocumentLengthDocument.Factory. parse(URL u)static LengthDocumentLengthDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LengthDocumentLengthDocument.Factory. parse(XMLStreamReader sr)static LengthDocumentLengthDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LengthDocumentLengthDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LengthDocumentLengthDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LengthDocumentLengthDocument.Factory. parse(Node node)static LengthDocumentLengthDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of LengthDocument in org.isotc211.x2005.gco.impl
Classes in org.isotc211.x2005.gco.impl that implement LengthDocument Modifier and Type Class Description classDistanceDocumentImplA document containing one Distance(@http://www.isotc211.org/2005/gco) element.classLengthDocumentImplA document containing one Length(@http://www.isotc211.org/2005/gco) element.
-