public final class FMESVisitor extends Object
Constructor and Description |
---|
FMESVisitor(ISession paramSession,
Map<INode,Boolean> paramInOrder,
Map<INode,Long> paramDescendants)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
visit(ElementNode pNode)
Visiting an
ElementNode |
void |
visit(TextNode pNode)
Visiting a
TextNode . |
public FMESVisitor(ISession paramSession, Map<INode,Boolean> paramInOrder, Map<INode,Long> paramDescendants) throws TTException
paramSession
- ISession
implementationparamInOrder
- Map
reference to track ordered nodesparamDescendants
- Map
reference to track descendants per nodeTTException
- if setting up treetank failspublic void visit(ElementNode pNode) throws TTIOException
ElementNode
pNode
- to be visitedTTIOException
public void visit(TextNode pNode) throws TTIOException
TextNode
.pNode
- to be visitedTTIOException
Copyright © 2013. All Rights Reserved.