|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLMismatchException | |
---|---|
net.sf.xmlmatcher.exc | |
net.sf.xmlmatcher.js | |
net.sf.xmlmatcher.js.rhino | |
net.sf.xmlmatcher.matcher | |
net.sf.xmlmatcher.rex | |
net.sf.xmlmatcher.strategy |
Uses of XMLMismatchException in net.sf.xmlmatcher.exc |
---|
Subclasses of XMLMismatchException in net.sf.xmlmatcher.exc | |
---|---|
class |
ActualValueIsNotANumberException
Exception generated when the actual text cannot be parsed as number. |
class |
AttributeValueMismatchException
Actual document has different value of an attribute |
class |
ElementTextRegexMismatchException
Exception generated by RegExTextMatchingStrategy when the actual text
does not match the supplied regular expression. |
class |
ElementTextWildcardMismatchException
Exception generated by WildcardMatchingStrategy when the actual text
does not match the supplied wildcard. |
class |
GenericXMLMismatchException
Generic comparison faiure explained in given message |
class |
InvalidTimeOfDayException
Exception generated when the actual text cannot be parsed as Time Of Day. |
class |
MissingAttributeException
Actual document is missing required attribute |
class |
MissingElementsException
Actual document is missing required elements |
class |
NumericValuesDifferException
Exception generated by FloatingNumbersMatchingStrategy when the actual number
does not match the supplied template number within specified tolerance. |
class |
TagNamesMismatchException
Two elements that are supposed to match have different tag names (or namespaces). |
class |
TextValuesDifferException
Exception generated when the actual text does not match the supplied literal value. |
class |
TimeOfDayDifferException
Exception generated when the actual time of day does not match the supplied template time within specified tolerance. |
class |
XMLTextComparisonException
Base exception class generated when the template text does not match the actual text. |
Uses of XMLMismatchException in net.sf.xmlmatcher.js |
---|
Subclasses of XMLMismatchException in net.sf.xmlmatcher.js | |
---|---|
class |
JsAssertionFailedException
|
class |
XPathDoesNotExistException
|
Methods in net.sf.xmlmatcher.js that throw XMLMismatchException | |
---|---|
void |
AssertsImpl.equal(java.lang.String xpath1,
java.lang.String xpath2)
|
void |
Asserts.equal(java.lang.String xpath1,
java.lang.String xpath2)
|
void |
AssertsImpl.equal(java.lang.String xpath1,
java.lang.String xpath2,
double tolerance)
|
void |
Asserts.equal(java.lang.String xpath1,
java.lang.String xpath2,
double tolerance)
|
void |
JsEngine.execute(org.w3c.dom.Element template,
org.w3c.dom.Element actual,
java.lang.String script)
|
void |
AssertsImpl.exists(java.lang.String xpath)
|
void |
Asserts.exists(java.lang.String xpath)
|
void |
JsProcessor.matchElements(org.w3c.dom.Element template,
org.w3c.dom.Element actual)
|
void |
AssertsImpl.notExists(java.lang.String xpath)
|
void |
Asserts.notExists(java.lang.String xpath)
|
Uses of XMLMismatchException in net.sf.xmlmatcher.js.rhino |
---|
Methods in net.sf.xmlmatcher.js.rhino that throw XMLMismatchException | |
---|---|
void |
RhinoJsEngine.execute(org.w3c.dom.Element template,
org.w3c.dom.Element actual,
java.lang.String script)
|
void |
RhinoAssert.jsFunction_equal(java.lang.String xpath1,
java.lang.String xpath2,
double tolerance)
|
void |
RhinoAssert.jsFunction_equals(java.lang.String xpath1,
java.lang.String xpath2)
|
void |
RhinoAssert.jsFunction_pathExists(java.lang.String xpath)
|
Uses of XMLMismatchException in net.sf.xmlmatcher.matcher |
---|
Methods in net.sf.xmlmatcher.matcher that throw XMLMismatchException | |
---|---|
void |
TagNamesMatcher.matchElements(org.w3c.dom.Element template,
org.w3c.dom.Element actual)
Match two XML trees specified by given elements. |
void |
AttributesMatcher.matchElements(org.w3c.dom.Element template,
org.w3c.dom.Element actual)
|
Uses of XMLMismatchException in net.sf.xmlmatcher.rex |
---|
Subclasses of XMLMismatchException in net.sf.xmlmatcher.rex | |
---|---|
class |
MissingContentException
Actual input terminates unexpectedly |
class |
RexMismatchException
Input does not match to Regex template |
class |
UnexpectedElementException
Actual input contains unexpected element |
Methods in net.sf.xmlmatcher.rex that throw XMLMismatchException | |
---|---|
static void |
PositionsGraphMatcher.matchChildren(org.w3c.dom.Element pattern,
PositionsGraph patternGraph,
org.w3c.dom.Element parentSymbol,
Matcher matcher)
Match element content (children) of given element with pattern respresented by PositionsGraph |
static void |
PositionsGraphMatcher.matchSingle(org.w3c.dom.Element pattern,
PositionsGraph patternGraph,
org.w3c.dom.Element parentSymbol,
org.w3c.dom.Element symbol,
Matcher matcher)
Match single symbol agains given pattern |
Uses of XMLMismatchException in net.sf.xmlmatcher.strategy |
---|
Methods in net.sf.xmlmatcher.strategy that throw XMLMismatchException | |
---|---|
void |
TextValueMatchingStrategy.matchContent(org.w3c.dom.Element template,
org.w3c.dom.Element actual,
Matcher matcher)
|
void |
RegExElementsMatchingStrategy.matchContent(org.w3c.dom.Element template,
org.w3c.dom.Element actual,
Matcher matcher)
|
void |
ChildrenOkMatchingStrategy.matchContent(org.w3c.dom.Element template,
org.w3c.dom.Element actual,
Matcher matcher)
|
protected void |
WildcardMatchingStrategy.matchTextContent(org.w3c.dom.Element template,
org.w3c.dom.Element actual,
java.lang.String patternValue,
java.lang.String actualValue,
Matcher matcher)
|
protected void |
TimeOfDayMatchingStrategy.matchTextContent(org.w3c.dom.Element template,
org.w3c.dom.Element actual,
java.lang.String templateValue,
java.lang.String actualValue,
Matcher matcher)
|
protected abstract void |
TextValueMatchingStrategy.matchTextContent(org.w3c.dom.Element template,
org.w3c.dom.Element actual,
java.lang.String templateValue,
java.lang.String actualValue,
Matcher matcher)
|
protected void |
RegExTextMatchingStrategy.matchTextContent(org.w3c.dom.Element template,
org.w3c.dom.Element actual,
java.lang.String patternValue,
java.lang.String actualValue,
Matcher matcher)
|
protected void |
FloatingNumbersMatchingStrategy.matchTextContent(org.w3c.dom.Element template,
org.w3c.dom.Element actual,
java.lang.String templateValue,
java.lang.String actualValue,
Matcher matcher)
|
protected void |
EqualTextValueMatchingStrategy.matchTextContent(org.w3c.dom.Element template,
org.w3c.dom.Element actual,
java.lang.String templateValue,
java.lang.String actualValue,
Matcher matcher)
|
protected void |
AngleMatchingStrategy.matchTextContent(org.w3c.dom.Element template,
org.w3c.dom.Element actual,
java.lang.String templateValue,
java.lang.String actualValue,
Matcher matcher)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |