org.apache.xerces.impl.dtd

Class XMLElementDecl

public class XMLElementDecl extends Object

Version: $Id: XMLElementDecl.java,v 1.5 2004/10/04 21:57:30 mrglavas Exp $

UNKNOWN:

Field Summary
ContentModelValidatorcontentModelValidator
contentModelValidator
QNamename
name
intscope
scope
XMLSimpleTypesimpleType
simpleType
shorttype
type
static shortTYPE_ANY
TYPE_ANY
static shortTYPE_CHILDREN
TYPE_CHILDREN
static shortTYPE_EMPTY
TYPE_EMPTY
static shortTYPE_MIXED
TYPE_MIXED
static shortTYPE_SIMPLE
TYPE_SIMPLE
Method Summary
voidclear()
clear
voidsetValues(QName name, int scope, short type, ContentModelValidator contentModelValidator, XMLSimpleType simpleType)
setValues

Field Detail

contentModelValidator

public ContentModelValidator contentModelValidator
contentModelValidator

name

public final QName name
name

scope

public int scope
scope

simpleType

public final XMLSimpleType simpleType
simpleType

type

public short type
type

TYPE_ANY

public static final short TYPE_ANY
TYPE_ANY

TYPE_CHILDREN

public static final short TYPE_CHILDREN
TYPE_CHILDREN

TYPE_EMPTY

public static final short TYPE_EMPTY
TYPE_EMPTY

TYPE_MIXED

public static final short TYPE_MIXED
TYPE_MIXED

TYPE_SIMPLE

public static final short TYPE_SIMPLE
TYPE_SIMPLE

Method Detail

clear

public void clear()
clear

setValues

public void setValues(QName name, int scope, short type, ContentModelValidator contentModelValidator, XMLSimpleType simpleType)
setValues

Parameters: name scope type contentModelValidator simpleType

Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.