Uses of Interface
net.sf.xmlmatcher.rex.Position

Packages that use Position
net.sf.xmlmatcher.rex   
 

Uses of Position in net.sf.xmlmatcher.rex
 

Classes in net.sf.xmlmatcher.rex that implement Position
 class AnyElementPosition
           
 class PositionImpl
           
 class TemplateElementPosition
           
 

Methods in net.sf.xmlmatcher.rex that return types with arguments of type Position
 java.util.List<Position> PositionsGraph.first()
           
 java.util.List<Position> RexMismatchException.getCandidates()
           
 java.util.List<Position> PositionImpl.getNextSiblings()
           
 java.util.List<Position> Position.getNextSiblings()
           
 java.util.List<Position> PositionsGraph.last()
           
 

Methods in net.sf.xmlmatcher.rex with parameters of type Position
 void PositionImpl.addNext(Position nextSibling)
           
 void Position.addNext(Position sibling)
          Used by Glushkov graph builder to add sibling position that may *follow* this one in some valid input sequence
 

Method parameters in net.sf.xmlmatcher.rex with type arguments of type Position
static java.lang.String RexMismatchException.printCandidatePaths(java.util.List<Position> candidates)
           
static java.lang.String RexMismatchException.printCandidates(java.util.List<Position> candidates)
           
 

Constructors in net.sf.xmlmatcher.rex with parameters of type Position
PositionsGraph(Position symb)
           
 

Constructor parameters in net.sf.xmlmatcher.rex with type arguments of type Position
MissingContentException(org.w3c.dom.Element template, org.w3c.dom.Element parentActualSymbol, org.w3c.dom.Element lastMatchedActualSymbol, java.util.List<Position> candidates)
           
RexMismatchException(java.lang.String message, org.w3c.dom.Element template, org.w3c.dom.Element actual, java.util.List<Position> candidates)
           
UnexpectedElementException(org.w3c.dom.Element template, org.w3c.dom.Element actual, java.util.List<Position> candidates)
           
 



Copyright © 2007. All Rights Reserved.