|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.apache.xerces.impl.dtd.XMLEntityDecl
Field Summary | |
String |
baseSystemId
Deprecated. baseSystemId |
boolean |
inExternal
Deprecated. Note: flag of where the entity is defined, not whether it is a external entity |
boolean |
isPE
Deprecated. isPE |
String |
name
Deprecated. name |
String |
notation
Deprecated. notation |
String |
publicId
Deprecated. publicId |
String |
systemId
Deprecated. systemId |
String |
value
Deprecated. Value. |
Constructor Summary | |
XMLEntityDecl()
Deprecated. |
Method Summary | |
void |
clear()
Deprecated. clear |
void |
setValues(String name,
String publicId,
String systemId,
String baseSystemId,
String notation,
boolean isPE,
boolean inExternal)
Deprecated. setValues |
void |
setValues(String name,
String publicId,
String systemId,
String baseSystemId,
String notation,
String value,
boolean isPE,
boolean inExternal)
Deprecated. setValues |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public String baseSystemId
public boolean inExternal
public boolean isPE
public String name
public String notation
public String publicId
public String systemId
public String value
Constructor Detail |
public XMLEntityDecl()
Method Detail |
public void clear()
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
-
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |