Uses of Class
net.sf.xmlmatcher.exc.InvalidTemplateException

Packages that use InvalidTemplateException
net.sf.xmlmatcher   
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 InvalidTemplateException in net.sf.xmlmatcher
 

Methods in net.sf.xmlmatcher that throw InvalidTemplateException
 MatchingStrategy MatchingStrategySelector.select(org.w3c.dom.Element template)
           
 boolean MatchingStrategy.select(org.w3c.dom.Element template, boolean hasChildren)
           
 

Uses of InvalidTemplateException in net.sf.xmlmatcher.exc
 

Subclasses of InvalidTemplateException in net.sf.xmlmatcher.exc
 class GenericTemplateProblemException
          Some kind of generic problem with template document
 class InvalidRegexPatternException
          Exception generated regex template text cannot be parsed as regular expression.
 class TemplateAttrIsNotANumberException
          Exception generated when the template attribute cannot be parsed as number.
 class TemplateValueIsNotANumberException
          Exception generated when the template text cannot be parsed as number.
 

Uses of InvalidTemplateException in net.sf.xmlmatcher.js
 

Subclasses of InvalidTemplateException in net.sf.xmlmatcher.js
 class InvalidXPathException
           
 

Methods in net.sf.xmlmatcher.js that throw InvalidTemplateException
 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 InvalidTemplateException in net.sf.xmlmatcher.js.rhino
 

Methods in net.sf.xmlmatcher.js.rhino that throw InvalidTemplateException
 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 InvalidTemplateException in net.sf.xmlmatcher.matcher
 

Methods in net.sf.xmlmatcher.matcher that throw InvalidTemplateException
 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)
           
 MatchingStrategy RegistryMatchingStrategySelector.select(org.w3c.dom.Element template)
           
 

Uses of InvalidTemplateException in net.sf.xmlmatcher.rex
 

Methods in net.sf.xmlmatcher.rex that throw InvalidTemplateException
 boolean TemplateElementPosition.match(org.w3c.dom.Element symbol, Matcher matcher)
           
 boolean Position.match(org.w3c.dom.Element symbol, Matcher comparer)
          Used during input sequence matching phase.
 boolean AnyElementPosition.match(org.w3c.dom.Element symbol, Matcher matcher)
           
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 BacktrackingPatternMatcher.matchChildren(PositionsGraph graph, org.w3c.dom.Element parent, Matcher comparer)
          Deprecated. Match element content (children) of given element with pattern respresented by PositionsGraph
static void BacktrackingPatternMatcher.matchSequence(PositionsGraph graph, org.w3c.dom.Element symbol, Matcher comparer)
          Deprecated. Match given element with pattern represented 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 InvalidTemplateException in net.sf.xmlmatcher.strategy
 

Methods in net.sf.xmlmatcher.strategy that return InvalidTemplateException
protected  InvalidTemplateException TextValueMatchingStrategy.newBadTemplateException(TextValueMatchingStrategy strategy, org.w3c.dom.Element template)
           
 

Methods in net.sf.xmlmatcher.strategy that throw InvalidTemplateException
protected static double FloatingNumbersMatchingStrategy.getAttributeValueAsDouble(org.w3c.dom.Element template, java.lang.String attributeName)
           
protected static double FloatingNumbersMatchingStrategy.getAttributeValueAsDouble(org.w3c.dom.Element template, java.lang.String attributeName, double defaultValue)
           
protected static double FloatingNumbersMatchingStrategy.getTolerance(org.w3c.dom.Element template)
           
 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)
           
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 AngleMatchingStrategy.matchTextContent(org.w3c.dom.Element template, org.w3c.dom.Element actual, java.lang.String templateValue, java.lang.String actualValue, Matcher matcher)
           
protected  InvalidTemplateException TextValueMatchingStrategy.newBadTemplateException(TextValueMatchingStrategy strategy, org.w3c.dom.Element template)
           
 boolean TimeOfDayMatchingStrategy.select(org.w3c.dom.Element template, boolean hasChildren)
           
 boolean FloatingNumbersMatchingStrategy.select(org.w3c.dom.Element template, boolean hasChildren)
           
 boolean AngleMatchingStrategy.select(org.w3c.dom.Element template, boolean hasChildren)
           
 



Copyright © 2007. All Rights Reserved.