org.apache.xerces.impl.dtd
public class XMLEntityDecl extends Object
Version: $Id: XMLEntityDecl.java,v 1.5 2004/10/04 21:57:30 mrglavas Exp $
UNKNOWN:
Field Summary | |
---|---|
String | baseSystemId baseSystemId |
boolean | inExternal Note: flag of where the entity is defined, not whether it is a external entity |
boolean | isPE isPE |
String | name name |
String | notation notation |
String | publicId publicId |
String | systemId systemId |
String | value Value. |
Method Summary | |
---|---|
void | clear()
clear |
void | setValues(String name, String publicId, String systemId, String baseSystemId, String notation, boolean isPE, boolean inExternal)
setValues
|
void | setValues(String name, String publicId, String systemId, String baseSystemId, String notation, String value, boolean isPE, boolean inExternal)
setValues
|
Parameters: name publicId systemId baseSystemId notation isPE inExternal
Parameters: name publicId systemId baseSystemId value notation isPE inExternal