Contents | Package | Class | Tree | Deprecated | Index | Help XML for Java 1.0.4
PREV | NEXT SHOW LISTS | HIDE LISTS

Class com.ibm.xml.parser.CMNode

java.lang.Object
    |
    +----com.ibm.xml.parser.CMNode
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_0_4
See Also:
ElementDecl, CM1op, CM2op, CMLeaf

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()

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS