public class AssertionRuleCollection extends java.util.ArrayList<AssertionRule>
Constructor and Description |
---|
AssertionRuleCollection() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
static AssertionRuleCollection |
fromXml(org.w3c.dom.Element parentDom) |
static Expression |
parseRule(ELParserHarness parser,
ExpressionParseContext context,
java.lang.String expr,
boolean isParameter)
Parses the assertion rule with a special condition for the parameter portion- it should allow full expressions,
or shortcuts of just the name as a reference.
|
void |
toXml(javax.xml.stream.XMLStreamWriter writer) |
void |
validate(ChartUIElement element,
ChartCompilationResults results) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
public boolean equals(java.lang.Object o)
equals
in interface java.util.Collection<AssertionRule>
equals
in interface java.util.List<AssertionRule>
equals
in class java.util.AbstractList<AssertionRule>
public void toXml(javax.xml.stream.XMLStreamWriter writer) throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
public static AssertionRuleCollection fromXml(org.w3c.dom.Element parentDom) throws XmlParseException
XmlParseException
public static Expression parseRule(ELParserHarness parser, ExpressionParseContext context, java.lang.String expr, boolean isParameter) throws java.lang.Exception
java.lang.Exception
public void validate(ChartUIElement element, ChartCompilationResults results)