protected static class

XMLEntityManager.InternalEntity

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

Class Overview

Internal entity.@xerces.internal

Summary

Fields
public String text Text value of entity.
[Expand]
Inherited Fields
From class org.apache.xerces.impl.XMLEntityManager.Entity
Public Constructors
XMLEntityManager.InternalEntity()
Default constructor.
XMLEntityManager.InternalEntity(String name, String text, 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.InternalEntity entity)
Sets the values of the entity.
void setValues(XMLEntityManager.Entity 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 String text

Text value of entity.

Public Constructors

public XMLEntityManager.InternalEntity ()

Default constructor.

public XMLEntityManager.InternalEntity (String name, String text, 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.InternalEntity entity)

Sets the values of the entity.

public void setValues (XMLEntityManager.Entity entity)

Sets the values of the entity.