org.jbind.xml.dom3.core
Class DomNonAttrOrElm
java.lang.Object
org.jbind.xml.dom3.core.DomObject
org.jbind.xml.dom3.core.DomNode
org.jbind.xml.dom3.core.DomNonAttrOrElm
- All Implemented Interfaces:
- IDomNode, IDomObject, IHasLocation, org.w3c.dom.Node
- Direct Known Subclasses:
- DomCharacterData, DomDocument, DomDocumentFragment, DomDocumentType, DomEntity, DomEntityReference, DomNotation, DomProcessingInstruction
- public abstract class DomNonAttrOrElm
- extends DomNode
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Methods inherited from class org.jbind.xml.dom3.core.DomNode |
accept, addElement, addElement, addText, appendChild, collectTextContent, collectTextContent, compareTreePosition, doAfterAccept, doBeforeAccept, doCloneChildNodes, getAncestor, getBaseURI, getChild, getChildByClass, getChildNodes, getFirstChild, getInterface, getLastChild, getLocation, getNamespaceForPrefix, getNbChildren, getNextSibling, getNonDefaultedNbChildren, getParentImpl, getParentNode, getPrefixForNamespace, getPrefixToNamespaceMapping, getPreviousSibling, getUserData, hasChildNodes, insertAfter, insertBefore, isEqualNode, isSameNode, isSupported, iterChildren, lookupNamespacePrefix, lookupNamespaceURI, normalize, removeChild, replaceChild, restoreTextContent, saveTextContent, setChildNodes, setLocation, setPrefixToNamespaceMapping, setTextContent, setTextContent, visitChildren |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.w3c.dom.Node |
cloneNode, getNodeName, getNodeType, getNodeValue, getOwnerDocument, setNodeValue |
DomNonAttrOrElm
public DomNonAttrOrElm(IDomDocument aDomDocument)
DomNonAttrOrElm
protected DomNonAttrOrElm(IDomNode aDomNode,
boolean aDeep)
getPrefix
public java.lang.String getPrefix()
setPrefix
public void setPrefix(java.lang.String aPrefix)
getNamespaceURI
public java.lang.String getNamespaceURI()
getLocalName
public java.lang.String getLocalName()
getAttributes
public org.w3c.dom.NamedNodeMap getAttributes()
hasAttributes
public boolean hasAttributes()
isNil
public boolean isNil()
isDefault
public boolean isDefault()