kristal.client
Class XMLNode

java.lang.Object
  |
  +--kristal.client.XMLNode

public class XMLNode
extends java.lang.Object

This Class describes a XML Node.

See Also:
XMLSystemSection

Field Summary
 java.lang.String primary_key
           
 boolean search_flag
           
 java.util.Vector sections
           
 XMLSystemSection system_section
           
 int table_id
           
 
Constructor Summary
XMLNode()
          Construct a new XMLNode object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

search_flag

public boolean search_flag

table_id

public int table_id

primary_key

public java.lang.String primary_key

sections

public java.util.Vector sections

system_section

public XMLSystemSection system_section
Constructor Detail

XMLNode

public XMLNode()
Construct a new XMLNode object.