Uses of Interface
net.opengis.gml.x32.CodeListType
-
Packages that use CodeListType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of CodeListType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return CodeListType Modifier and Type Method Description static CodeListTypeCodeListType.Factory. newInstance()static CodeListTypeCodeListType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CodeListTypeCodeListType.Factory. parse(File file)static CodeListTypeCodeListType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CodeListTypeCodeListType.Factory. parse(InputStream is)static CodeListTypeCodeListType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CodeListTypeCodeListType.Factory. parse(Reader r)static CodeListTypeCodeListType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CodeListTypeCodeListType.Factory. parse(String xmlAsString)static CodeListTypeCodeListType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CodeListTypeCodeListType.Factory. parse(URL u)static CodeListTypeCodeListType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CodeListTypeCodeListType.Factory. parse(XMLStreamReader sr)static CodeListTypeCodeListType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CodeListTypeCodeListType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CodeListTypeCodeListType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CodeListTypeCodeListType.Factory. parse(Node node)static CodeListTypeCodeListType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of CodeListType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement CodeListType Modifier and Type Class Description classCodeListTypeImplAn XML CodeListType(@http://www.opengis.net/gml/3.2).
-