Uses of Interface
com.fatdog.xmlEngine.javacc.Node

Packages that use Node
com.fatdog.xmlEngine.javacc Query tree objects, the parser for same and supporting classes. 
 

Uses of Node in com.fatdog.xmlEngine.javacc
 

Classes in com.fatdog.xmlEngine.javacc that implement Node
 class And
           
 class Attribute
           
 class AttributeContent
           
 class CharData
           
 class CharRef
           
 class Content
           
 class DecimalLit
           
 class DefaultNamespaceDecl
           
 class Dot
           
 class EmptyTag
           
 class EnclosedExpr
           
 class Escape
           
 class Every
           
 class Filter
           
 class FLWOR
           
 class For
           
 class ForLet
           
 class FunctionCall
           
 class GeneralComp
           
 class IfThenElse
           
 class In
           
 class IntegerLit
           
 class Let
           
 class NamespaceDecl
           
 class NodeComp
           
 class NodeTest
           
 class Or
           
 class OrderBy
           
 class OrderComp
           
 class Parens
           
 class Parent
           
 class QIn
           
 class QName
           
 class Range
           
 class RelPath
           
 class Return
           
 class Seq
           
 class SimpleNode
           
 class SlashRoot
           
 class SlashSlashRoot
           
 class Some
           
 class StartNode
           
 class StringLit
           
 class Tag
           
 class TextTest
           
 class ValueComp
           
 class Variable
           
 class Where
           
 class XmlSpacePreserve
           
 class XmlSpaceStrip
           
 

Methods in com.fatdog.xmlEngine.javacc that return Node
 Node SimpleNode.jjtGetParent()
           
 Node SimpleNode.jjtGetChild(int i)
           
 Node Node.jjtGetParent()
           
 Node Node.jjtGetChild(int i)
          This method returns a child node.
 

Methods in com.fatdog.xmlEngine.javacc with parameters of type Node
 void SimpleNode.jjtSetParent(Node n)
           
 void SimpleNode.jjtAddChild(Node n, int i)
           
 void Node.jjtSetParent(Node n)
          This pair of methods are used to inform the node of its parent.
 void Node.jjtAddChild(Node n, int i)
          This method tells the node to add its argument to the node's list of children.