XML for Java 2.0.0

com.ibm.xml.framework
Class ElementDecl

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

public final class ElementDecl
extends java.lang.Object

Parameter object for the ElementDeclPool.addElementDecl() method

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

Field Summary
 int contentSpec
           
static int CONTENTSPEC_ANY
           
static int CONTENTSPEC_CHILDREN
           
static int CONTENTSPEC_EMPTY
           
static int CONTENTSPEC_MIXED
           
static int CONTENTSPEC_UNKNOWN
           
 int contentSpecType
           
 int elementName
           
 
Constructor Summary
ElementDecl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENTSPEC_UNKNOWN

public static final int CONTENTSPEC_UNKNOWN

CONTENTSPEC_EMPTY

public static final int CONTENTSPEC_EMPTY

CONTENTSPEC_ANY

public static final int CONTENTSPEC_ANY

CONTENTSPEC_MIXED

public static final int CONTENTSPEC_MIXED

CONTENTSPEC_CHILDREN

public static final int CONTENTSPEC_CHILDREN

elementName

public int elementName

contentSpecType

public int contentSpecType

contentSpec

public int contentSpec
Constructor Detail

ElementDecl

public ElementDecl()

XML for Java 2.0.0