public static interface MatchTypeFilterDocument.MatchTypeFilter
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
MatchTypeFilterDocument.MatchTypeFilter.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
FeatureDocument.Feature |
addNewFeature()
Appends and returns a new empty value (as xml) as the last "feature" element
|
FeatureDocument.Feature[] |
getFeatureArray()
Gets array of all "feature" elements
|
FeatureDocument.Feature |
getFeatureArray(int i)
Gets ith "feature" element
|
FeatureDocument.Feature |
insertNewFeature(int i)
Inserts and returns a new empty value (as xml) as the ith "feature" element
|
void |
removeFeature(int i)
Removes the ith "feature" element
|
void |
setFeatureArray(FeatureDocument.Feature[] featureArray)
Sets array of all "feature" element
|
void |
setFeatureArray(int i,
FeatureDocument.Feature feature)
Sets ith "feature" element
|
int |
sizeOfFeatureArray()
Returns number of "feature" element
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
FeatureDocument.Feature[] getFeatureArray()
FeatureDocument.Feature getFeatureArray(int i)
int sizeOfFeatureArray()
void setFeatureArray(FeatureDocument.Feature[] featureArray)
void setFeatureArray(int i, FeatureDocument.Feature feature)
FeatureDocument.Feature insertNewFeature(int i)
FeatureDocument.Feature addNewFeature()
void removeFeature(int i)
Copyright © 2006–2024 The Apache Software Foundation. All rights reserved.