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