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