| java.lang.Object org.apache.xerces.impl.dtd.XMLElementDecl
XMLElementDecl | public class XMLElementDecl (Code) | | version: $Id: XMLElementDecl.java 446755 2006-09-15 21:56:27Z mrglavas $ |
TYPE_ANY | final public static short TYPE_ANY(Code) | | TYPE_ANY
|
TYPE_CHILDREN | final public static short TYPE_CHILDREN(Code) | | TYPE_CHILDREN
|
TYPE_EMPTY | final public static short TYPE_EMPTY(Code) | | TYPE_EMPTY
|
TYPE_MIXED | final public static short TYPE_MIXED(Code) | | TYPE_MIXED
|
TYPE_SIMPLE | final public static short TYPE_SIMPLE(Code) | | TYPE_SIMPLE
|
scope | public int scope(Code) | | scope
|
type | public short type(Code) | | type
|
clear | public void clear()(Code) | | clear
|
setValues | public void setValues(QName name, int scope, short type, ContentModelValidator contentModelValidator, XMLSimpleType simpleType)(Code) | | setValues
Parameters: name - Parameters: scope - Parameters: type - Parameters: contentModelValidator - Parameters: simpleType - |
|
|