public abstract static class XMLEntityManager.Entity extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
inExternalSubset |
String |
name
Entity name.
|
Constructor and Description |
---|
Entity()
Default constructor.
|
Entity(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 String name
public boolean inExternalSubset
public Entity()
public Entity(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 © 2021 JBoss by Red Hat. All rights reserved.