Uses of Interface
net.opengis.gml.DirectionDocument
-
Packages that use DirectionDocument Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of DirectionDocument in net.opengis.gml
Methods in net.opengis.gml that return DirectionDocument Modifier and Type Method Description static DirectionDocumentDirectionDocument.Factory. newInstance()static DirectionDocumentDirectionDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DirectionDocumentDirectionDocument.Factory. parse(File file)static DirectionDocumentDirectionDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DirectionDocumentDirectionDocument.Factory. parse(InputStream is)static DirectionDocumentDirectionDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DirectionDocumentDirectionDocument.Factory. parse(Reader r)static DirectionDocumentDirectionDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DirectionDocumentDirectionDocument.Factory. parse(String xmlAsString)static DirectionDocumentDirectionDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DirectionDocumentDirectionDocument.Factory. parse(URL u)static DirectionDocumentDirectionDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DirectionDocumentDirectionDocument.Factory. parse(XMLStreamReader sr)static DirectionDocumentDirectionDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DirectionDocumentDirectionDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DirectionDocumentDirectionDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DirectionDocumentDirectionDocument.Factory. parse(Node node)static DirectionDocumentDirectionDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of DirectionDocument in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement DirectionDocument Modifier and Type Class Description classDirectionDocumentImplA document containing one direction(@http://www.opengis.net/gml) element.
-