SamplingFeaturePropertyType |
SamplingFeatureCollectionType.addNewMember() |
Appends and returns a new empty value (as xml) as the last "member" element
|
SamplingFeaturePropertyType |
SamplingFeatureRelationType.addNewTarget() |
Appends and returns a new empty "target" element
|
SamplingFeaturePropertyType[] |
SamplingFeatureCollectionType.getMemberArray() |
Gets array of all "member" elements
|
SamplingFeaturePropertyType |
SamplingFeatureCollectionType.getMemberArray(int i) |
Gets ith "member" element
|
SamplingFeaturePropertyType |
SamplingFeatureRelationType.getTarget() |
Gets the "target" element
|
SamplingFeaturePropertyType |
SamplingFeatureCollectionType.insertNewMember(int i) |
Inserts and returns a new empty value (as xml) as the ith "member" element
|
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.newInstance() |
|
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
|
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(File file) |
|
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
|
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(InputStream is) |
|
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
|
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(Reader r) |
|
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
|
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(String xmlAsString) |
|
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
|
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(URL u) |
|
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
|
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(XMLStreamReader sr) |
|
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
|
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options) |
Deprecated.
|
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(Node node) |
|
static SamplingFeaturePropertyType |
SamplingFeaturePropertyType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
|