public abstract static class XMLEntityManager.Entity
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
inExternalSubset |
java.lang.String |
name
Entity name.
|
Constructor and Description |
---|
XMLEntityManager.Entity()
Default constructor.
|
XMLEntityManager.Entity(java.lang.String name,
boolean inExternalSubset)
Constructs an entity.
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the entity.
|
boolean |
isEntityDeclInExternalSubset()
Returns true if this entity was declared in the external subset.
|
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.
|
public java.lang.String name
public boolean inExternalSubset
public XMLEntityManager.Entity()
public XMLEntityManager.Entity(java.lang.String name, boolean inExternalSubset)
public boolean isEntityDeclInExternalSubset()
public abstract boolean isExternal()
public abstract boolean isUnparsed()
public void clear()
public void setValues(XMLEntityManager.Entity entity)
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.