public class XMLElementDecl
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
ContentModelValidator |
contentModelValidator
contentModelValidator
|
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,
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.