org.apache.xerces.impl.dtd
Class XMLElementDecl
java.lang.Object
org.apache.xerces.impl.dtd.XMLElementDecl
public class XMLElementDecl
extends java.lang.Object
Version:
TYPE_ANY
public static final short TYPE_ANY
TYPE_ANY
- 0
TYPE_CHILDREN
public static final short TYPE_CHILDREN
TYPE_CHILDREN
- 3
TYPE_EMPTY
public static final short TYPE_EMPTY
TYPE_EMPTY
- 1
TYPE_MIXED
public static final short TYPE_MIXED
TYPE_MIXED
- 2
TYPE_SIMPLE
public static final short TYPE_SIMPLE
TYPE_SIMPLE
- 4
name
public final org.apache.xerces.xni.QName name
name
scope
public int scope
scope
type
public short type
type
clear
public void clear()
clear
setValues
public void setValues(org.apache.xerces.xni.QName name,
int scope,
short type,
ContentModelValidator contentModelValidator,
XMLSimpleType simpleType)
setValues
name
- scope
- type
- contentModelValidator
- simpleType
-
Copyright B) 1999-2004 Apache XML Project. All Rights Reserved.