Class DTDTree.DTDElement.Node

java.lang.Object
  |
  +--DTDTree.DTDElement.Node
Enclosing class:
DTDTree.DTDElement

public class DTDTree.DTDElement.Node
extends java.lang.Object


Field Summary
protected  java.lang.String _name
           
protected  int _type
           
 
Constructor Summary
DTDTree.DTDElement.Node()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_type

protected int _type

_name

protected java.lang.String _name
Constructor Detail

DTDTree.DTDElement.Node

public DTDTree.DTDElement.Node()