public static interface RulesDocument.Rules
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
RulesDocument.Rules.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 |
---|---|
RuleDocument.Rule |
addNewRule()
Appends and returns a new empty value (as xml) as the last "rule" element
|
RuleDocument.Rule[] |
getRuleArray()
Gets array of all "rule" elements
|
RuleDocument.Rule |
getRuleArray(int i)
Gets ith "rule" element
|
RuleDocument.Rule |
insertNewRule(int i)
Inserts and returns a new empty value (as xml) as the ith "rule" element
|
void |
removeRule(int i)
Removes the ith "rule" element
|
void |
setRuleArray(int i,
RuleDocument.Rule rule)
Sets ith "rule" element
|
void |
setRuleArray(RuleDocument.Rule[] ruleArray)
Sets array of all "rule" element
|
int |
sizeOfRuleArray()
Returns number of "rule" 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
RuleDocument.Rule[] getRuleArray()
RuleDocument.Rule getRuleArray(int i)
int sizeOfRuleArray()
void setRuleArray(RuleDocument.Rule[] ruleArray)
void setRuleArray(int i, RuleDocument.Rule rule)
RuleDocument.Rule insertNewRule(int i)
RuleDocument.Rule addNewRule()
void removeRule(int i)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.