Uses of Interface
net.opengis.gml.NameOrNullList
-
Packages that use NameOrNullList Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of NameOrNullList in net.opengis.gml
Subinterfaces of NameOrNullList in net.opengis.gml Modifier and Type Interface Description interfaceCategoryExtentTypeAn XML CategoryExtentType(@http://www.opengis.net/gml).interfaceCodeOrNullListTypeAn XML CodeOrNullListType(@http://www.opengis.net/gml).Methods in net.opengis.gml that return NameOrNullList Modifier and Type Method Description static NameOrNullListNameOrNullList.Factory. newInstance()static NameOrNullListNameOrNullList.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static NameOrNullListNameOrNullList.Factory. newValue(Object obj)static NameOrNullListNameOrNullList.Factory. parse(File file)static NameOrNullListNameOrNullList.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static NameOrNullListNameOrNullList.Factory. parse(InputStream is)static NameOrNullListNameOrNullList.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static NameOrNullListNameOrNullList.Factory. parse(Reader r)static NameOrNullListNameOrNullList.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static NameOrNullListNameOrNullList.Factory. parse(String xmlAsString)static NameOrNullListNameOrNullList.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static NameOrNullListNameOrNullList.Factory. parse(URL u)static NameOrNullListNameOrNullList.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static NameOrNullListNameOrNullList.Factory. parse(XMLStreamReader sr)static NameOrNullListNameOrNullList.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static NameOrNullListNameOrNullList.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic NameOrNullListNameOrNullList.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic NameOrNullListNameOrNullList.Factory. parse(Node node)static NameOrNullListNameOrNullList.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of NameOrNullList in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement NameOrNullList Modifier and Type Class Description classCategoryExtentTypeImplAn XML CategoryExtentType(@http://www.opengis.net/gml).classCodeOrNullListTypeImplAn XML CodeOrNullListType(@http://www.opengis.net/gml).classNameOrNullListImplAn XML NameOrNullList(@http://www.opengis.net/gml).
-