FeatureStylePropertyType |
FeatureStyleDocument.addNewFeatureStyle() |
Appends and returns a new empty "featureStyle" element
|
FeatureStylePropertyType |
StyleType.addNewFeatureStyle() |
Appends and returns a new empty value (as xml) as the last "featureStyle" element
|
FeatureStylePropertyType |
FeatureStyleDocument.getFeatureStyle() |
Gets the "featureStyle" element
|
FeatureStylePropertyType[] |
StyleType.getFeatureStyleArray() |
Gets array of all "featureStyle" elements
|
FeatureStylePropertyType |
StyleType.getFeatureStyleArray(int i) |
Gets ith "featureStyle" element
|
FeatureStylePropertyType |
StyleType.insertNewFeatureStyle(int i) |
Inserts and returns a new empty value (as xml) as the ith "featureStyle" element
|
static FeatureStylePropertyType |
FeatureStylePropertyType.Factory.newInstance() |
|
static FeatureStylePropertyType |
FeatureStylePropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
|
static FeatureStylePropertyType |
FeatureStylePropertyType.Factory.parse(File file) |
|
static FeatureStylePropertyType |
FeatureStylePropertyType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
|
static FeatureStylePropertyType |
FeatureStylePropertyType.Factory.parse(InputStream is) |
|
static FeatureStylePropertyType |
FeatureStylePropertyType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
|
static FeatureStylePropertyType |
FeatureStylePropertyType.Factory.parse(Reader r) |
|
static FeatureStylePropertyType |
FeatureStylePropertyType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
|
static FeatureStylePropertyType |
FeatureStylePropertyType.Factory.parse(String xmlAsString) |
|
static FeatureStylePropertyType |
FeatureStylePropertyType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
|
static FeatureStylePropertyType |
FeatureStylePropertyType.Factory.parse(URL u) |
|
static FeatureStylePropertyType |
FeatureStylePropertyType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
|
static FeatureStylePropertyType |
FeatureStylePropertyType.Factory.parse(XMLStreamReader sr) |
|
static FeatureStylePropertyType |
FeatureStylePropertyType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
|
static FeatureStylePropertyType |
FeatureStylePropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static FeatureStylePropertyType |
FeatureStylePropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options) |
Deprecated.
|
static FeatureStylePropertyType |
FeatureStylePropertyType.Factory.parse(Node node) |
|
static FeatureStylePropertyType |
FeatureStylePropertyType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
|