XML Parser for Java 1.1.9

com.ibm.xml.parser
Class CMNode

java.lang.Object
  |
  +--com.ibm.xml.parser.CMNode
Direct Known Subclasses:
CM1op, CM2op, CMLeaf

public abstract class CMNode
extends java.lang.Object
implements java.io.Serializable

CMNode provides an abstract content model for use by CM1op, CM2op, and CMLeaf. Refer to ElementDecl for an overview of the content model and how relationships are expressed.

Version:
Revision: 92 1.3 src/com/ibm/xml/parser/CMNode.java, xml4jsrc, xml4j-jtcsv, xml4j_1_1_9
See Also:
ElementDecl, CM1op, CM2op, CMLeaf, Serialized Form

Constructor Summary
CMNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMNode

public CMNode()

XML Parser for Java 1.1.9