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 String
baseSystemId
baseSystemIdboolean
inExternal
Note: flag of where the entity is defined, not whether it is a external entityboolean
isPE
isPEString
name
nameString
notation
notationString
publicId
publicIdString
systemId
systemIdString
value
Value.
-
Constructor Summary
Constructors Constructor Description XMLEntityDecl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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 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
-
-