protected static class

XMLEntityManager.ExternalEntity

extends XMLEntityManager.Entity
java.lang.Object
   ↳ org.apache.xerces.impl.XMLEntityManager.Entity
     ↳ org.apache.xerces.impl.XMLEntityManager.ExternalEntity

Class Overview

External entity.@xerces.internal

Summary

Fields
public XMLResourceIdentifier entityLocation container for all relevant entity location information.
public String notation Notation name for unparsed entity.
[Expand]
Inherited Fields
From class org.apache.xerces.impl.XMLEntityManager.Entity
Public Constructors
XMLEntityManager.ExternalEntity()
Default constructor.
XMLEntityManager.ExternalEntity(String name, XMLResourceIdentifier entityLocation, String notation, boolean inExternalSubset)
Constructs an internal entity.
Public Methods
void clear()
Clears the entity.
final boolean isExternal()
Returns true if this is an external entity.
final 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.
[Expand]
Inherited Methods
From class org.apache.xerces.impl.XMLEntityManager.Entity
From class java.lang.Object

Fields

public XMLResourceIdentifier entityLocation

container for all relevant entity location information.

public String notation

Notation name for unparsed entity.

Public Constructors

public XMLEntityManager.ExternalEntity ()

Default constructor.

public XMLEntityManager.ExternalEntity (String name, XMLResourceIdentifier entityLocation, String notation, boolean inExternalSubset)

Constructs an internal entity.

Public Methods

public void clear ()

Clears the entity.

public final boolean isExternal ()

Returns true if this is an external entity.

public final boolean isUnparsed ()

Returns true if this is an unparsed entity.

public void setValues (XMLEntityManager.Entity entity)

Sets the values of the entity.

public void setValues (XMLEntityManager.ExternalEntity entity)

Sets the values of the entity.