Uses of Class
net.sf.xmlmatcher.rex.PositionsGraph

Packages that use PositionsGraph
net.sf.xmlmatcher.rex   
 

Uses of PositionsGraph in net.sf.xmlmatcher.rex
 

Methods in net.sf.xmlmatcher.rex that return PositionsGraph
static PositionsGraph RegularExpressionParser.parse(org.w3c.dom.Element parent)
           
static PositionsGraph RegularExpressionParser.parseNotNull(org.w3c.dom.Element parent)
           
 

Methods in net.sf.xmlmatcher.rex with parameters of type PositionsGraph
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
 

Constructors in net.sf.xmlmatcher.rex with parameters of type PositionsGraph
AnyElementPosition(org.w3c.dom.Element element, PositionsGraph exclusions)
           
 



Copyright © 2007. All Rights Reserved.