|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface PathsDocument.Paths
An XML paths(@). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
PathsDocument.Paths.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Fields inherited from interface org.apache.xmlbeans.XmlObject |
|---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
| Method Summary | |
|---|---|
PathDocument.Path |
addNewPath()
Appends and returns a new empty value (as xml) as the last "path" element |
PathDocument.Path[] |
getPathArray()
Gets array of all "path" elements |
PathDocument.Path |
getPathArray(int i)
Gets ith "path" element |
PathDocument.Path |
insertNewPath(int i)
Inserts and returns a new empty value (as xml) as the ith "path" element |
void |
removePath(int i)
Removes the ith "path" element |
void |
setPathArray(int i,
PathDocument.Path path)
Sets ith "path" element |
void |
setPathArray(PathDocument.Path[] pathArray)
Sets array of all "path" element |
int |
sizeOfPathArray()
Returns number of "path" element |
| Methods inherited from interface org.apache.xmlbeans.XmlObject |
|---|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode |
| Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
|---|
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 |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
PathDocument.Path[] getPathArray()
PathDocument.Path getPathArray(int i)
int sizeOfPathArray()
void setPathArray(PathDocument.Path[] pathArray)
void setPathArray(int i,
PathDocument.Path path)
PathDocument.Path insertNewPath(int i)
PathDocument.Path addNewPath()
void removePath(int i)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||