org.apache.batik.dom

Class GenericNotation

public class GenericNotation extends AbstractNotation

This class implements the org.w3c.dom.Notation interface.
Field Summary
protected booleanreadonly
Is this node immutable?
Constructor Summary
protected GenericNotation()
Creates a new Notation object.
GenericNotation(String name, String pubId, String sysId, AbstractDocument owner)
Creates a new Notation 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

GenericNotation

protected GenericNotation()
Creates a new Notation object.

GenericNotation

public GenericNotation(String name, String pubId, String sysId, AbstractDocument owner)
Creates a new Notation 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.