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