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