Package org.apache.xerces.impl.dtd
Class XMLEntityDecl
java.lang.Object
org.apache.xerces.impl.dtd.XMLEntityDecl
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Version:
- $Id: XMLEntityDecl.java 446755 2006-09-15 21:56:27Z mrglavas $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
clearvoid
setValues
(String name, String publicId, String systemId, String baseSystemId, String notation, boolean isPE, boolean inExternal) setValuesvoid
setValues
(String name, String publicId, String systemId, String baseSystemId, String notation, String value, boolean isPE, boolean inExternal) setValues
-
Field Details
-
name
name -
publicId
publicId -
systemId
systemId -
baseSystemId
baseSystemId -
notation
notation -
isPE
public boolean isPEisPE -
inExternal
public boolean inExternalNote: flag of where the entity is defined, not whether it is a external entity -
value
Value.
-
-
Constructor Details
-
XMLEntityDecl
public XMLEntityDecl()
-
-
Method Details
-
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
-notation
-value
-isPE
-inExternal
-
-
clear
public void clear()clear
-