|
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.XMLEntityManager.Entity
weblogic.apache.xerces.impl.XMLEntityManager.InternalEntity
Internal entity.
Field Summary | |
String |
text
Text value of entity. |
Fields inherited from class weblogic.apache.xerces.impl.XMLEntityManager.Entity |
name |
Constructor Summary | |
XMLEntityManager.InternalEntity()
Default constructor. |
|
XMLEntityManager.InternalEntity(String name,
String text)
Constructs an internal entity. |
Method Summary | |
void |
clear()
Clears the entity. |
boolean |
isExternal()
Returns true if this is an external entity. |
boolean |
isUnparsed()
Returns true if this is an unparsed entity. |
void |
setValues(XMLEntityManager.Entity entity)
Sets the values of the entity. |
void |
setValues(XMLEntityManager.InternalEntity entity)
Sets the values of the entity. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public String text
Constructor Detail |
public XMLEntityManager.InternalEntity()
public XMLEntityManager.InternalEntity(String name, String text)
Method Detail |
public void clear()
clear
in class XMLEntityManager.Entity
public final boolean isExternal()
isExternal
in class XMLEntityManager.Entity
public final boolean isUnparsed()
isUnparsed
in class XMLEntityManager.Entity
public void setValues(XMLEntityManager.Entity entity)
setValues
in class XMLEntityManager.Entity
public void setValues(XMLEntityManager.InternalEntity entity)
|
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 |