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