DoNotCacheConditionType |
ConditionsType.addNewDoNotCacheCondition() |
Appends and returns a new empty value (as xml) as the last "DoNotCacheCondition" element
|
DoNotCacheConditionType |
DoNotCacheConditionDocument.addNewDoNotCacheCondition() |
Appends and returns a new empty "DoNotCacheCondition" element
|
DoNotCacheConditionType |
DoNotCacheConditionDocument.getDoNotCacheCondition() |
Gets the "DoNotCacheCondition" element
|
DoNotCacheConditionType[] |
ConditionsType.getDoNotCacheConditionArray() |
Gets array of all "DoNotCacheCondition" elements
|
DoNotCacheConditionType |
ConditionsType.getDoNotCacheConditionArray(int i) |
Gets ith "DoNotCacheCondition" element
|
DoNotCacheConditionType |
ConditionsType.insertNewDoNotCacheCondition(int i) |
Inserts and returns a new empty value (as xml) as the ith "DoNotCacheCondition" element
|
static DoNotCacheConditionType |
DoNotCacheConditionType.Factory.newInstance() |
|
static DoNotCacheConditionType |
DoNotCacheConditionType.Factory.newInstance(XmlOptions options) |
|
static DoNotCacheConditionType |
DoNotCacheConditionType.Factory.parse(File file) |
|
static DoNotCacheConditionType |
DoNotCacheConditionType.Factory.parse(File file,
XmlOptions options) |
|
static DoNotCacheConditionType |
DoNotCacheConditionType.Factory.parse(InputStream is) |
|
static DoNotCacheConditionType |
DoNotCacheConditionType.Factory.parse(InputStream is,
XmlOptions options) |
|
static DoNotCacheConditionType |
DoNotCacheConditionType.Factory.parse(Reader r) |
|
static DoNotCacheConditionType |
DoNotCacheConditionType.Factory.parse(Reader r,
XmlOptions options) |
|
static DoNotCacheConditionType |
DoNotCacheConditionType.Factory.parse(String xmlAsString) |
|
static DoNotCacheConditionType |
DoNotCacheConditionType.Factory.parse(String xmlAsString,
XmlOptions options) |
|
static DoNotCacheConditionType |
DoNotCacheConditionType.Factory.parse(URL u) |
|
static DoNotCacheConditionType |
DoNotCacheConditionType.Factory.parse(URL u,
XmlOptions options) |
|
static DoNotCacheConditionType |
DoNotCacheConditionType.Factory.parse(XMLStreamReader sr) |
|
static DoNotCacheConditionType |
DoNotCacheConditionType.Factory.parse(XMLStreamReader sr,
XmlOptions options) |
|
static DoNotCacheConditionType |
DoNotCacheConditionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static DoNotCacheConditionType |
DoNotCacheConditionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
XmlOptions options) |
Deprecated.
|
static DoNotCacheConditionType |
DoNotCacheConditionType.Factory.parse(Node node) |
|
static DoNotCacheConditionType |
DoNotCacheConditionType.Factory.parse(Node node,
XmlOptions options) |
|