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