|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbind.xml.dom3.core.DomObject org.jbind.xml.dom3.core.DomNode org.jbind.xml.dom3.core.DomNonAttrOrElm org.jbind.xml.dom3.core.DomCharacterData org.jbind.xml.dom3.core.DomText org.jbind.xml.dom3.core.DomCDataSection
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 | |
protected |
DomCDataSection(IDomCDataSection aDomCDataSection,
boolean aDeep)
|
|
DomCDataSection(IDomDocument aDomDocument,
java.lang.String aData)
|
Method Summary | |
org.w3c.dom.Node |
cloneNode(boolean aDeep)
|
protected void |
doAfterAccept(IDomVisitor aDomVisitor)
|
protected void |
doBeforeAccept(IDomVisitor aDomVisitor)
|
java.lang.String |
getNodeName()
|
short |
getNodeType()
|
Methods inherited from class org.jbind.xml.dom3.core.DomText |
accept, getAttributeData, getDataBuffer, getIsWhitespaceInElementContent, getWholeText, hasTextContent, iterElementData, replaceWholeText, splitText |
Methods inherited from class org.jbind.xml.dom3.core.DomCharacterData |
appendData, deleteData, deleteData, doCloneChildNodes, getData, getLength, getNodeValue, getTextContent, insertData, replaceData, setData, setDataBuffer, setNodeValue, setTextContent, setTextContent, substringData, substringData |
Methods inherited from class org.jbind.xml.dom3.core.DomNonAttrOrElm |
getAttributes, getLocalName, getNamespaceURI, getPrefix, hasAttributes, isDefault, isNil, setPrefix |
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.w3c.dom.Text |
splitText |
Methods inherited from interface org.w3c.dom.CharacterData |
appendData, deleteData, getData, getLength, insertData, replaceData, setData, substringData |
Methods inherited from interface org.w3c.dom.Node |
appendChild, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
Methods inherited from interface org.jbind.xml.dom3.types.IDomCharacterData |
deleteData, substringData |
Methods inherited from interface org.jbind.xml.dom3.types.IDomNode |
accept, getTextContent, insertAfter, lookupNamespaceURI, setLocation, setPrefixToNamespaceMapping, setTextContent, setTextContent |
Methods inherited from interface org.jbind.xml.dom3.types.IDomObject |
getOwnerDocument, isReadOnly |
Methods inherited from interface org.jbind.xml.base.IHasLocation |
getLocation |
Methods inherited from interface org.jbind.xml.core.data.IImpl |
accept, getAttributeData, getPrefixToNamespaceMapping, isNil, iterChildren, iterElementData |
Methods inherited from interface org.jbind.xml.core.bridge.IImplChild |
getParentImpl |
Methods inherited from interface org.jbind.xml.core.bridge.IImplWithText |
getTextContent, hasTextContent, isDefault, restoreTextContent, saveTextContent, setTextContent, setTextContent |
Constructor Detail |
public DomCDataSection(IDomDocument aDomDocument, java.lang.String aData)
protected DomCDataSection(IDomCDataSection aDomCDataSection, boolean aDeep)
Method Detail |
public java.lang.String getNodeName()
getNodeName
in interface org.w3c.dom.Node
getNodeName
in class DomText
public short getNodeType()
getNodeType
in interface org.w3c.dom.Node
getNodeType
in class DomText
public org.w3c.dom.Node cloneNode(boolean aDeep)
cloneNode
in interface org.w3c.dom.Node
cloneNode
in class DomText
protected void doBeforeAccept(IDomVisitor aDomVisitor)
doBeforeAccept
in class DomText
protected void doAfterAccept(IDomVisitor aDomVisitor)
doAfterAccept
in class DomText
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |