|
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.ExternalEntity
protected static class XMLEntityManager.ExternalEntity
External entity.
Field Summary | |
---|---|
XMLResourceIdentifier |
entityLocation
container for all relevant entity location information. |
String |
notation
Notation name for unparsed entity. |
Fields inherited from class weblogic.apache.xerces.impl.XMLEntityManager.Entity |
---|
name |
Constructor Summary | |
---|---|
XMLEntityManager.ExternalEntity()
Default constructor. |
|
XMLEntityManager.ExternalEntity(String name,
XMLResourceIdentifier entityLocation,
String notation)
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.ExternalEntity 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 XMLResourceIdentifier entityLocation
public String notation
Constructor Detail |
---|
public XMLEntityManager.ExternalEntity()
public XMLEntityManager.ExternalEntity(String name, XMLResourceIdentifier entityLocation, String notation)
Method Detail |
---|
public final boolean isExternal()
isExternal
in class XMLEntityManager.Entity
public final boolean isUnparsed()
isUnparsed
in class XMLEntityManager.Entity
public void clear()
clear
in class XMLEntityManager.Entity
public void setValues(XMLEntityManager.Entity entity)
setValues
in class XMLEntityManager.Entity
public void setValues(XMLEntityManager.ExternalEntity entity)
|
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 |