org.jbind.xml.dom3.core
Class DomObject
java.lang.Object
org.jbind.xml.dom3.core.DomObject
- All Implemented Interfaces:
- IDomObject
- Direct Known Subclasses:
- DomNamedNodeMap, DomNode, DomNodeList
- public class DomObject
- extends java.lang.Object
- implements IDomObject
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
myOwnerDocument
protected IDomDocument myOwnerDocument
- The
Document object associated with this node. This is
also the Document object used to create new nodes. When
this node is a Document or a DocumentType
which is not used with any Document yet, this is
null.
DomObject
public DomObject(IDomDocument aDomDocument)
DomObject
public DomObject(IDomDocument aDomDocument,
boolean anIsReadOnly)
DomObject
protected DomObject(IDomObject aDomObject,
boolean aDeep)
getOwnerDocument
public org.w3c.dom.Document getOwnerDocument()
- Specified by:
getOwnerDocument in interface IDomObject
checkOwnerDocument
protected void checkOwnerDocument(IDomObject aDomObject)
checkMutability
protected void checkMutability()
throws DomException
- Throws:
DomException
isReadOnly
public boolean isReadOnly()
- Specified by:
isReadOnly in interface IDomObject