org.apache.xerces.impl.dtd

Class XMLEntityDecl

public class XMLEntityDecl extends Object

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

UNKNOWN:

Field Summary
StringbaseSystemId
baseSystemId
booleaninExternal
Note: flag of where the entity is defined, not whether it is a external entity
booleanisPE
isPE
Stringname
name
Stringnotation
notation
StringpublicId
publicId
StringsystemId
systemId
Stringvalue
Value.
Method Summary
voidclear()
clear
voidsetValues(String name, String publicId, String systemId, String baseSystemId, String notation, boolean isPE, boolean inExternal)
setValues
voidsetValues(String name, String publicId, String systemId, String baseSystemId, String notation, String value, boolean isPE, boolean inExternal)
setValues

Field Detail

baseSystemId

public String baseSystemId
baseSystemId

inExternal

public boolean inExternal
Note: flag of where the entity is defined, not whether it is a external entity

isPE

public boolean isPE
isPE

name

public String name
name

notation

public String notation
notation

publicId

public String publicId
publicId

systemId

public String systemId
systemId

value

public String value
Value.

Method Detail

clear

public void clear()
clear

setValues

public void setValues(String name, String publicId, String systemId, String baseSystemId, String notation, boolean isPE, boolean inExternal)
setValues

Parameters: name publicId systemId baseSystemId notation isPE inExternal

setValues

public void setValues(String name, String publicId, String systemId, String baseSystemId, String notation, String value, boolean isPE, boolean inExternal)
setValues

Parameters: name publicId systemId baseSystemId value notation isPE inExternal

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