Uses of Interface
net.opengis.ows.x11.UnNamedDomainType
-
Packages that use UnNamedDomainType Package Description net.opengis.ows.x11 net.opengis.ows.x11.impl -
-
Uses of UnNamedDomainType in net.opengis.ows.x11
Subinterfaces of UnNamedDomainType in net.opengis.ows.x11 Modifier and Type Interface Description interfaceDomainTypeAn XML DomainType(@http://www.opengis.net/ows/1.1).Methods in net.opengis.ows.x11 that return UnNamedDomainType Modifier and Type Method Description static UnNamedDomainTypeUnNamedDomainType.Factory. newInstance()static UnNamedDomainTypeUnNamedDomainType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static UnNamedDomainTypeUnNamedDomainType.Factory. parse(File file)static UnNamedDomainTypeUnNamedDomainType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static UnNamedDomainTypeUnNamedDomainType.Factory. parse(InputStream is)static UnNamedDomainTypeUnNamedDomainType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static UnNamedDomainTypeUnNamedDomainType.Factory. parse(Reader r)static UnNamedDomainTypeUnNamedDomainType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static UnNamedDomainTypeUnNamedDomainType.Factory. parse(String xmlAsString)static UnNamedDomainTypeUnNamedDomainType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static UnNamedDomainTypeUnNamedDomainType.Factory. parse(URL u)static UnNamedDomainTypeUnNamedDomainType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static UnNamedDomainTypeUnNamedDomainType.Factory. parse(XMLStreamReader sr)static UnNamedDomainTypeUnNamedDomainType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static UnNamedDomainTypeUnNamedDomainType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic UnNamedDomainTypeUnNamedDomainType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic UnNamedDomainTypeUnNamedDomainType.Factory. parse(Node node)static UnNamedDomainTypeUnNamedDomainType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of UnNamedDomainType in net.opengis.ows.x11.impl
Classes in net.opengis.ows.x11.impl that implement UnNamedDomainType Modifier and Type Class Description classDomainTypeImplAn XML DomainType(@http://www.opengis.net/ows/1.1).classUnNamedDomainTypeImplAn XML UnNamedDomainType(@http://www.opengis.net/ows/1.1).
-