| java.lang.Object org.apache.xerces.impl.dtd.XMLEntityDecl
XMLEntityDecl | public class XMLEntityDecl (Code) | | version: $Id: XMLEntityDecl.java 446755 2006-09-15 21:56:27Z mrglavas $ |
Method Summary | |
public void | clear() | public void | setValues(String name, String publicId, String systemId, String baseSystemId, String notation, boolean isPE, boolean inExternal) | public void | setValues(String name, String publicId, String systemId, String baseSystemId, String notation, String value, boolean isPE, boolean inExternal) |
inExternal | public boolean inExternal(Code) | | Note: flag of where the entity is defined, not whether it is a external entity
|
isPE | public boolean isPE(Code) | | isPE
|
clear | public void clear()(Code) | | clear
|
setValues | public void setValues(String name, String publicId, String systemId, String baseSystemId, String notation, boolean isPE, boolean inExternal)(Code) | | setValues
Parameters: name - Parameters: publicId - Parameters: systemId - Parameters: baseSystemId - Parameters: notation - Parameters: isPE - Parameters: inExternal - |
setValues | public void setValues(String name, String publicId, String systemId, String baseSystemId, String notation, String value, boolean isPE, boolean inExternal)(Code) | | setValues
Parameters: name - Parameters: publicId - Parameters: systemId - Parameters: baseSystemId - Parameters: value - Parameters: notation - Parameters: isPE - Parameters: inExternal - |
|
|