public class XMLElementDecl
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| ContentModelValidator | contentModelValidatorcontentModelValidator | 
| org.apache.xerces.xni.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(org.apache.xerces.xni.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 org.apache.xerces.xni.QName name
public int scope
public short type
public ContentModelValidator contentModelValidator
public final XMLSimpleType simpleType
public void setValues(org.apache.xerces.xni.QName name,
             int scope,
             short type,
             ContentModelValidator contentModelValidator,
             XMLSimpleType simpleType)
name - scope - type - contentModelValidator - simpleType - public void clear()
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.