|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentType | |
---|---|
net.opengis.sensorML.x10 | |
net.opengis.sensorML.x10.impl |
Uses of ComponentType in net.opengis.sensorML.x10 |
---|
Methods in net.opengis.sensorML.x10 that return ComponentType | |
---|---|
ComponentType |
ComponentDocument.addNewComponent()
Appends and returns a new empty "Component" element |
ComponentType |
ComponentDocument.getComponent()
Gets the "Component" element |
static ComponentType |
ComponentType.Factory.newInstance()
|
static ComponentType |
ComponentType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static ComponentType |
ComponentType.Factory.parse(File file)
|
static ComponentType |
ComponentType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static ComponentType |
ComponentType.Factory.parse(InputStream is)
|
static ComponentType |
ComponentType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static ComponentType |
ComponentType.Factory.parse(Node node)
|
static ComponentType |
ComponentType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static ComponentType |
ComponentType.Factory.parse(Reader r)
|
static ComponentType |
ComponentType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static ComponentType |
ComponentType.Factory.parse(String xmlAsString)
|
static ComponentType |
ComponentType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static ComponentType |
ComponentType.Factory.parse(URL u)
|
static ComponentType |
ComponentType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static ComponentType |
ComponentType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static ComponentType |
ComponentType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static ComponentType |
ComponentType.Factory.parse(XMLStreamReader sr)
|
static ComponentType |
ComponentType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in net.opengis.sensorML.x10 with parameters of type ComponentType | |
---|---|
void |
ComponentDocument.setComponent(ComponentType component)
Sets the "Component" element |
Uses of ComponentType in net.opengis.sensorML.x10.impl |
---|
Classes in net.opengis.sensorML.x10.impl that implement ComponentType | |
---|---|
class |
ComponentTypeImpl
An XML ComponentType(@http://www.opengis.net/sensorML/1.0). |
Methods in net.opengis.sensorML.x10.impl that return ComponentType | |
---|---|
ComponentType |
ComponentDocumentImpl.addNewComponent()
Appends and returns a new empty "Component" element |
ComponentType |
ComponentDocumentImpl.getComponent()
Gets the "Component" element |
Methods in net.opengis.sensorML.x10.impl with parameters of type ComponentType | |
---|---|
void |
ComponentDocumentImpl.setComponent(ComponentType component)
Sets the "Component" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |