XML for Java Compatibility API 2.0.15

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: 60 1.5 src/com/ibm/xml/parser/CMNode.java, parser, xml4j2, xml4j2_0_15
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 for Java Compatibility API 2.0.15