|
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
protected abstract static class XMLEntityManager.Entity
Entity information.
Field Summary | |
---|---|
String |
name
Entity name. |
Constructor Summary | |
---|---|
XMLEntityManager.Entity()
Default constructor. |
|
XMLEntityManager.Entity(String name)
Constructs an entity. |
Method Summary | |
---|---|
void |
clear()
Clears the entity. |
abstract boolean |
isExternal()
Returns true if this is an external entity. |
abstract boolean |
isUnparsed()
Returns true if this is an unparsed entity. |
void |
setValues(XMLEntityManager.Entity 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 name
Constructor Detail |
---|
public XMLEntityManager.Entity()
public XMLEntityManager.Entity(String name)
Method Detail |
---|
public abstract boolean isExternal()
public abstract boolean isUnparsed()
public void clear()
public void setValues(XMLEntityManager.Entity 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 |