net.sf.xmlmatcher.rex
Class BacktrackingPatternMatcher

java.lang.Object
  extended by net.sf.xmlmatcher.rex.BacktrackingPatternMatcher

Deprecated.

public class BacktrackingPatternMatcher
extends java.lang.Object


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

BacktrackingPatternMatcher

public BacktrackingPatternMatcher()
Deprecated. 
Method Detail

matchChildren

public static void matchChildren(PositionsGraph graph,
                                 org.w3c.dom.Element parent,
                                 Matcher comparer)
                          throws InvalidTemplateException
Deprecated. 
Match element content (children) of given element with pattern respresented by PositionsGraph

Parameters:
graph - template graph (pattern)
parent - element of actual document
Throws:
InvalidTemplateException

matchSequence

public static void matchSequence(PositionsGraph graph,
                                 org.w3c.dom.Element symbol,
                                 Matcher comparer)
                          throws InvalidTemplateException
Deprecated. 
Match given element with pattern represented by PositionsGraph

Parameters:
graph - template graph (pattern)
symbol - [nullable] first element from actual sequence
Throws:
InvalidTemplateException


Copyright © 2007. All Rights Reserved.