| 
 | BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--weblogic.apache.xerces.impl.XMLEntityManager.Entity
        |
        +--weblogic.apache.xerces.impl.XMLEntityManager.ExternalEntity
External entity.
| Field Summary | |
|  XMLResourceIdentifier | entityLocationcontainer for all relevant entity location information. | 
|  java.lang.String | notationNotation name for unparsed entity. | 
| Fields inherited from class weblogic.apache.xerces.impl.XMLEntityManager.Entity | 
| name | 
| Constructor Summary | |
| XMLEntityManager.ExternalEntity()Default constructor. | |
| XMLEntityManager.ExternalEntity(java.lang.String name,
                                XMLResourceIdentifier entityLocation,
                                java.lang.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 java.lang.String notation
| Constructor Detail | 
public XMLEntityManager.ExternalEntity()
public XMLEntityManager.ExternalEntity(java.lang.String name,
                                       XMLResourceIdentifier entityLocation,
                                       java.lang.String notation)
| Method Detail | 
public final boolean isExternal()
public final boolean isUnparsed()
public void clear()
public void setValues(XMLEntityManager.Entity entity)
public void setValues(XMLEntityManager.ExternalEntity entity)
| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||