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