|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xerces.impl.dtd.XMLEntityDecl
public class XMLEntityDecl
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. |
Constructor Summary | |
---|---|
XMLEntityDecl()
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String name
public String publicId
public String systemId
public String baseSystemId
public String notation
public boolean isPE
public boolean inExternal
public String value
Constructor Detail |
---|
public XMLEntityDecl()
Method Detail |
---|
public void setValues(String name, String publicId, String systemId, String baseSystemId, String notation, boolean isPE, boolean inExternal)
name
- publicId
- systemId
- baseSystemId
- notation
- isPE
- inExternal
- public void setValues(String name, String publicId, String systemId, String baseSystemId, String notation, String value, boolean isPE, boolean inExternal)
name
- publicId
- systemId
- baseSystemId
- value
- notation
- isPE
- inExternal
- public void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |