Class XMLEntityDecl
- java.lang.Object
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd.XMLEntityDecl
-
public class XMLEntityDecl extends Object
- Version:
- $Id$
-
-
Field Summary
Fields Modifier and Type Field Description StringbaseSystemIdbaseSystemIdbooleaninExternalNote: flag of where the entity is defined, not whether it is a external entitybooleanisPEisPEStringnamenameStringnotationnotationStringpublicIdpublicIdStringsystemIdsystemIdStringvalueValue.
-
Constructor Summary
Constructors Constructor Description XMLEntityDecl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()clearvoidsetValues(String name, String publicId, String systemId, String baseSystemId, String notation, boolean isPE, boolean inExternal)setValuesvoidsetValues(String name, String publicId, String systemId, String baseSystemId, String notation, String value, boolean isPE, boolean inExternal)setValues
-
-
-
Field Detail
-
name
public String name
name
-
publicId
public String publicId
publicId
-
systemId
public String systemId
systemId
-
baseSystemId
public String baseSystemId
baseSystemId
-
notation
public String notation
notation
-
isPE
public boolean isPE
isPE
-
inExternal
public boolean inExternal
Note: flag of where the entity is defined, not whether it is a external entity
-
value
public String value
Value.
-
-
Method Detail
-
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-
-
clear
public void clear()
clear
-
-