|
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
public class 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 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()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |