XML for Java EA2

com.ibm.xml.framework
Class XMLContentSpecNode

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

public final class XMLContentSpecNode
extends java.lang.Object


Field Summary
static int CONTENTSPECNODE_CHOICE
           
static int CONTENTSPECNODE_LEAF
           
static int CONTENTSPECNODE_ONE_OR_MORE
           
static int CONTENTSPECNODE_SEQ
           
static int CONTENTSPECNODE_ZERO_OR_MORE
           
static int CONTENTSPECNODE_ZERO_OR_ONE
           
 int otherValue
           
 int type
           
 int value
           
 
Constructor Summary
XMLContentSpecNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENTSPECNODE_LEAF

public static final int CONTENTSPECNODE_LEAF

CONTENTSPECNODE_ZERO_OR_ONE

public static final int CONTENTSPECNODE_ZERO_OR_ONE

CONTENTSPECNODE_ZERO_OR_MORE

public static final int CONTENTSPECNODE_ZERO_OR_MORE

CONTENTSPECNODE_ONE_OR_MORE

public static final int CONTENTSPECNODE_ONE_OR_MORE

CONTENTSPECNODE_CHOICE

public static final int CONTENTSPECNODE_CHOICE

CONTENTSPECNODE_SEQ

public static final int CONTENTSPECNODE_SEQ

type

public int type

value

public int value

otherValue

public int otherValue
Constructor Detail

XMLContentSpecNode

public XMLContentSpecNode()

XML for Java EA2