public class XMLElementDecl
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
org.apache.xerces.xni.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
|
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,
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 final XMLSimpleType simpleType
public void setValues(org.apache.xerces.xni.QName name, int scope, short type, XMLSimpleType simpleType)
name
- scope
- type
- contentModelValidator
- simpleType
- public void clear()
Copyright ? 2002-2003 Apache XML Project. All Rights Reserved.