XML for Java 2.0.0

com.ibm.xml.framework
Class ContentSpecNode

java.lang.Object
  |
  +--com.ibm.xml.framework.ContentSpecNode

public final class ContentSpecNode
extends java.lang.Object

Parameter object for the ElementDeclPool.getContentSpecNode() method

Version:
Revision: 58 1.5 src/com/ibm/xml/framework/ContentSpecNode.java, parser, xml4j2, xml4j2_0_0

Field Summary
static int NODE_CHOICE
           
static int NODE_LEAF
           
static int NODE_ONE_OR_MORE
           
static int NODE_SEQ
           
static int NODE_ZERO_OR_MORE
           
static int NODE_ZERO_OR_ONE
           
 int otherValue
           
 int type
           
 int value
           
 
Constructor Summary
ContentSpecNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NODE_LEAF

public static final int NODE_LEAF

NODE_ZERO_OR_ONE

public static final int NODE_ZERO_OR_ONE

NODE_ZERO_OR_MORE

public static final int NODE_ZERO_OR_MORE

NODE_ONE_OR_MORE

public static final int NODE_ONE_OR_MORE

NODE_CHOICE

public static final int NODE_CHOICE

NODE_SEQ

public static final int NODE_SEQ

type

public int type

value

public int value

otherValue

public int otherValue
Constructor Detail

ContentSpecNode

public ContentSpecNode()

XML for Java 2.0.0