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