org.apache.xerces.impl.dtd
Class XMLEntityDecl
java.lang.Object
org.apache.xerces.impl.dtd.XMLEntityDecl
public class XMLEntityDecl
extends java.lang.Object
$Id: XMLEntityDecl.java,v 1.5 2004/10/04 21:57:30 mrglavas Exp $
void | clear() - clear
|
void | setValues(String name, String publicId, String systemId, String baseSystemId, String notation, String value, boolean isPE, boolean inExternal) - setValues
|
void | setValues(String name, String publicId, String systemId, String baseSystemId, String notation, boolean isPE, boolean inExternal) - setValues
|
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.
clear
public void clear()
clear
setValues
public void setValues(String name,
String publicId,
String systemId,
String baseSystemId,
String notation,
String value,
boolean isPE,
boolean inExternal)
setValues
name
- publicId
- systemId
- baseSystemId
- notation
- value
- isPE
- inExternal
-
setValues
public void setValues(String name,
String publicId,
String systemId,
String baseSystemId,
String notation,
boolean isPE,
boolean inExternal)
setValues
name
- publicId
- systemId
- baseSystemId
- notation
- isPE
- inExternal
-
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.