Uses of Interface
net.opengis.gml.x32.SubjectDocument
-
Packages that use SubjectDocument Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of SubjectDocument in net.opengis.gml.x32
Methods in net.opengis.gml.x32 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.x32.impl
Classes in net.opengis.gml.x32.impl that implement SubjectDocument Modifier and Type Class Description classSubjectDocumentImplA document containing one subject(@http://www.opengis.net/gml/3.2) element.
-