public interface XPathInjectionConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
XPathInjectionConfig.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 |
---|---|
org.apache.xmlbeans.XmlString |
addNewXpathList()
Appends and returns a new empty value (as xml) as the last "xpathList" element
|
void |
addXpathList(String xpathList)
Appends the value as the last "xpathList" element
|
String[] |
getXpathListArray()
Deprecated.
|
String |
getXpathListArray(int i)
Gets ith "xpathList" element
|
List<String> |
getXpathListList()
Gets a List of "xpathList" elements
|
org.apache.xmlbeans.XmlString |
insertNewXpathList(int i)
Inserts and returns a new empty value (as xml) as the ith "xpathList" element
|
void |
insertXpathList(int i,
String xpathList)
Inserts the value as the ith "xpathList" element
|
void |
removeXpathList(int i)
Removes the ith "xpathList" element
|
void |
setXpathListArray(int i,
String xpathList)
Sets ith "xpathList" element
|
void |
setXpathListArray(String[] xpathListArray)
Sets array of all "xpathList" element
|
int |
sizeOfXpathListArray()
Returns number of "xpathList" element
|
org.apache.xmlbeans.XmlString[] |
xgetXpathListArray()
Deprecated.
|
org.apache.xmlbeans.XmlString |
xgetXpathListArray(int i)
Gets (as xml) ith "xpathList" element
|
List<org.apache.xmlbeans.XmlString> |
xgetXpathListList()
Gets (as xml) a List of "xpathList" elements
|
void |
xsetXpathListArray(int i,
org.apache.xmlbeans.XmlString xpathList)
Sets (as xml) ith "xpathList" element
|
void |
xsetXpathListArray(org.apache.xmlbeans.XmlString[] xpathListArray)
Sets (as xml) array of all "xpathList" element
|
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
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
String[] getXpathListArray()
String getXpathListArray(int i)
List<org.apache.xmlbeans.XmlString> xgetXpathListList()
org.apache.xmlbeans.XmlString[] xgetXpathListArray()
org.apache.xmlbeans.XmlString xgetXpathListArray(int i)
int sizeOfXpathListArray()
void setXpathListArray(String[] xpathListArray)
void setXpathListArray(int i, String xpathList)
void xsetXpathListArray(org.apache.xmlbeans.XmlString[] xpathListArray)
void xsetXpathListArray(int i, org.apache.xmlbeans.XmlString xpathList)
void insertXpathList(int i, String xpathList)
void addXpathList(String xpathList)
org.apache.xmlbeans.XmlString insertNewXpathList(int i)
org.apache.xmlbeans.XmlString addNewXpathList()
void removeXpathList(int i)
Copyright © 2019. All Rights Reserved.