|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.xmlmatcher.rex.BacktrackingPatternMatcher
public class BacktrackingPatternMatcher
Constructor Summary | |
---|---|
BacktrackingPatternMatcher()
Deprecated. |
Method Summary | |
---|---|
static void |
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 |
matchSequence(PositionsGraph graph,
org.w3c.dom.Element symbol,
Matcher comparer)
Deprecated. Match given element with pattern represented by PositionsGraph |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BacktrackingPatternMatcher()
Method Detail |
---|
public static void matchChildren(PositionsGraph graph, org.w3c.dom.Element parent, Matcher comparer) throws InvalidTemplateException
graph
- template graph (pattern)parent
- element of actual document
InvalidTemplateException
public static void matchSequence(PositionsGraph graph, org.w3c.dom.Element symbol, Matcher comparer) throws InvalidTemplateException
graph
- template graph (pattern)symbol
- [nullable] first element from actual sequence
InvalidTemplateException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |