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 |