public class XMLElementDecl extends Object
| Modifier and Type | Field and Description | 
|---|---|
| ContentModelValidator | contentModelValidatorcontentModelValidator | 
| QName | namename | 
| int | scopescope | 
| XMLSimpleType | simpleTypesimpleType | 
| short | typetype | 
| static short | TYPE_ANYTYPE_ANY | 
| static short | TYPE_CHILDRENTYPE_CHILDREN | 
| static short | TYPE_EMPTYTYPE_EMPTY | 
| static short | TYPE_MIXEDTYPE_MIXED | 
| static short | TYPE_SIMPLETYPE_SIMPLE | 
| Constructor and Description | 
|---|
| XMLElementDecl() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | clear()clear | 
| void | setValues(QName name,
         int scope,
         short type,
         ContentModelValidator contentModelValidator,
         XMLSimpleType simpleType)setValues | 
public static final short TYPE_ANY
public static final short TYPE_EMPTY
public static final short TYPE_MIXED
public static final short TYPE_CHILDREN
public static final short TYPE_SIMPLE
public final QName name
public int scope
public short type
public ContentModelValidator contentModelValidator
public final XMLSimpleType simpleType
public void setValues(QName name, int scope, short type, ContentModelValidator contentModelValidator, XMLSimpleType simpleType)
name - scope - type - contentModelValidator - simpleType - public void clear()
Copyright © 2017 JBoss by Red Hat. All rights reserved.