Uses of Interface
net.opengis.swe.x101.XMLBlockType
-
Packages that use XMLBlockType Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of XMLBlockType in net.opengis.swe.x101
Methods in net.opengis.swe.x101 that return XMLBlockType Modifier and Type Method Description XMLBlockTypeBlockEncodingPropertyType. addNewXMLBlock()Appends and returns a new empty "XMLBlock" elementXMLBlockTypeXMLBlockDocument. addNewXMLBlock()Appends and returns a new empty "XMLBlock" elementXMLBlockTypeBlockEncodingPropertyType. getXMLBlock()Gets the "XMLBlock" elementXMLBlockTypeXMLBlockDocument. getXMLBlock()Gets the "XMLBlock" elementstatic XMLBlockTypeXMLBlockType.Factory. newInstance()static XMLBlockTypeXMLBlockType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static XMLBlockTypeXMLBlockType.Factory. parse(File file)static XMLBlockTypeXMLBlockType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static XMLBlockTypeXMLBlockType.Factory. parse(InputStream is)static XMLBlockTypeXMLBlockType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static XMLBlockTypeXMLBlockType.Factory. parse(Reader r)static XMLBlockTypeXMLBlockType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static XMLBlockTypeXMLBlockType.Factory. parse(String xmlAsString)static XMLBlockTypeXMLBlockType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static XMLBlockTypeXMLBlockType.Factory. parse(URL u)static XMLBlockTypeXMLBlockType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static XMLBlockTypeXMLBlockType.Factory. parse(XMLStreamReader sr)static XMLBlockTypeXMLBlockType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static XMLBlockTypeXMLBlockType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic XMLBlockTypeXMLBlockType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic XMLBlockTypeXMLBlockType.Factory. parse(Node node)static XMLBlockTypeXMLBlockType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x101 with parameters of type XMLBlockType Modifier and Type Method Description voidBlockEncodingPropertyType. setXMLBlock(XMLBlockType xmlBlock)Sets the "XMLBlock" elementvoidXMLBlockDocument. setXMLBlock(XMLBlockType xmlBlock)Sets the "XMLBlock" element -
Uses of XMLBlockType in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement XMLBlockType Modifier and Type Class Description classXMLBlockTypeImplAn XML XMLBlockType(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return XMLBlockType Modifier and Type Method Description XMLBlockTypeBlockEncodingPropertyTypeImpl. addNewXMLBlock()Appends and returns a new empty "XMLBlock" elementXMLBlockTypeXMLBlockDocumentImpl. addNewXMLBlock()Appends and returns a new empty "XMLBlock" elementXMLBlockTypeBlockEncodingPropertyTypeImpl. getXMLBlock()Gets the "XMLBlock" elementXMLBlockTypeXMLBlockDocumentImpl. getXMLBlock()Gets the "XMLBlock" elementMethods in net.opengis.swe.x101.impl with parameters of type XMLBlockType Modifier and Type Method Description voidBlockEncodingPropertyTypeImpl. setXMLBlock(XMLBlockType xmlBlock)Sets the "XMLBlock" elementvoidXMLBlockDocumentImpl. setXMLBlock(XMLBlockType xmlBlock)Sets the "XMLBlock" element
-