org.apache.batik.dom

Class GenericEntity

public class GenericEntity extends AbstractEntity

This class implements the org.w3c.dom.Entity interface.
Field Summary
protected booleanreadonly
Is this node immutable?
Constructor Summary
protected GenericEntity()
Creates a new Entity object.
GenericEntity(String name, String pubId, String sysId, AbstractDocument owner)
Creates a new Entity object.
Method Summary
booleanisReadonly()
Tests whether this node is readonly.
protected NodenewNode()
Returns a new uninitialized instance of this object's class.
voidsetReadonly(boolean v)
Sets this node readonly attribute.

Field Detail

readonly

protected boolean readonly
Is this node immutable?

Constructor Detail

GenericEntity

protected GenericEntity()
Creates a new Entity object.

GenericEntity

public GenericEntity(String name, String pubId, String sysId, AbstractDocument owner)
Creates a new Entity object.

Method Detail

isReadonly

public boolean isReadonly()
Tests whether this node is readonly.

newNode

protected Node newNode()
Returns a new uninitialized instance of this object's class.

setReadonly

public void setReadonly(boolean v)
Sets this node readonly attribute.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.