org.apache.xerces.impl.dtd

Class XMLElementDecl


public class XMLElementDecl
extends java.lang.Object

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

Field Summary

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
ContentModelValidator
contentModelValidator
contentModelValidator
org.apache.xerces.xni.QName
name
name
int
scope
scope
XMLSimpleType
simpleType
simpleType
short
type
type

Method Summary

void
clear()
clear
void
setValues(org.apache.xerces.xni.QName name, int scope, short type, ContentModelValidator contentModelValidator, XMLSimpleType simpleType)
setValues

Field Details

TYPE_ANY

public static final short TYPE_ANY
TYPE_ANY
Field Value:
0

TYPE_CHILDREN

public static final short TYPE_CHILDREN
TYPE_CHILDREN
Field Value:
3

TYPE_EMPTY

public static final short TYPE_EMPTY
TYPE_EMPTY
Field Value:
1

TYPE_MIXED

public static final short TYPE_MIXED
TYPE_MIXED
Field Value:
2

TYPE_SIMPLE

public static final short TYPE_SIMPLE
TYPE_SIMPLE
Field Value:
4

contentModelValidator

public ContentModelValidator contentModelValidator
contentModelValidator

name

public final org.apache.xerces.xni.QName name
name

scope

public int scope
scope

simpleType

public final XMLSimpleType simpleType
simpleType

type

public short type
type

Method Details

clear

public void clear()
clear

setValues

public void setValues(org.apache.xerces.xni.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.