com.fatdog.xmlEngine.javacc
Class Attribute

java.lang.Object
  extended bycom.fatdog.xmlEngine.javacc.SimpleNode
      extended bycom.fatdog.xmlEngine.javacc.Attribute
All Implemented Interfaces:
Node

public class Attribute
extends SimpleNode


Constructor Summary
Attribute(int id)
           
Attribute(XQueryParser p, int id)
           
 
Methods inherited from class com.fatdog.xmlEngine.javacc.SimpleNode
dump, getHasContext, getText, id, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setHasContext, setText, toString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute(int id)

Attribute

public Attribute(XQueryParser p,
                 int id)