org.jbind.xml.dom3.core
Class DomNonAttrOrElm

java.lang.Object
  extended byorg.jbind.xml.dom3.core.DomObject
      extended byorg.jbind.xml.dom3.core.DomNode
          extended byorg.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


Field Summary
 
Fields inherited from class org.jbind.xml.dom3.core.DomNode
myChildNodes, myParentNode
 
Fields inherited from class org.jbind.xml.dom3.core.DomObject
myOwnerDocument
 
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
 
Constructor Summary
  DomNonAttrOrElm(IDomDocument aDomDocument)
           
protected DomNonAttrOrElm(IDomNode aDomNode, boolean aDeep)
           
 
Method Summary
 org.w3c.dom.NamedNodeMap getAttributes()
           
 java.lang.String getLocalName()
           
 java.lang.String getNamespaceURI()
           
 java.lang.String getPrefix()
           
 boolean hasAttributes()
           
 boolean isDefault()
           
 boolean isNil()
           
 void setPrefix(java.lang.String aPrefix)
           
 
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 org.jbind.xml.dom3.core.DomObject
checkMutability, checkOwnerDocument, getOwnerDocument, isReadOnly
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jbind.xml.dom3.types.IDomNode
getTextContent
 
Methods inherited from interface org.w3c.dom.Node
cloneNode, getNodeName, getNodeType, getNodeValue, getOwnerDocument, setNodeValue
 
Methods inherited from interface org.jbind.xml.dom3.types.IDomObject
getOwnerDocument, isReadOnly
 

Constructor Detail

DomNonAttrOrElm

public DomNonAttrOrElm(IDomDocument aDomDocument)

DomNonAttrOrElm

protected DomNonAttrOrElm(IDomNode aDomNode,
                          boolean aDeep)
Method Detail

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()