org.apache.batik.dom
public class GenericDocumentFragment extends AbstractDocumentFragment
Field Summary | |
---|---|
protected boolean | readonly
Is this element immutable? |
Constructor Summary | |
---|---|
protected | GenericDocumentFragment()
Creates a new DocumentFragment object. |
GenericDocumentFragment(AbstractDocument owner)
Creates a new DocumentFragment object. |
Method Summary | |
---|---|
boolean | isReadonly()
Tests whether this node is readonly. |
protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
void | setReadonly(boolean v)
Sets this node readonly attribute. |