org.apache.xerces.impl.dtd
public class XMLElementDecl extends Object
Version: $Id: XMLElementDecl.java,v 1.5 2004/10/04 21:57:30 mrglavas Exp $
| Field Summary | |
|---|---|
| ContentModelValidator | contentModelValidator contentModelValidator |
| QName | name name |
| int | scope scope |
| XMLSimpleType | simpleType simpleType |
| short | type type |
| static short | TYPE_ANY TYPE_ANY |
| static short | TYPE_CHILDREN TYPE_CHILDREN |
| static short | TYPE_EMPTY TYPE_EMPTY |
| static short | TYPE_MIXED TYPE_MIXED |
| static short | TYPE_SIMPLE TYPE_SIMPLE |
| Method Summary | |
|---|---|
| void | clear()
clear |
| void | setValues(QName name, int scope, short type, ContentModelValidator contentModelValidator, XMLSimpleType simpleType)
setValues
|
Parameters: name scope type contentModelValidator simpleType