org.lobobrowser.html.domimpl

Class CDataSectionImpl

Implemented Interfaces:
CDATASection, CharacterData, Node, Text, ModelNode, ScriptableDelegate

public class CDataSectionImpl
extends TextImpl
implements CDATASection

Field Summary

Fields inherited from class org.lobobrowser.html.domimpl.CharacterDataImpl

text

Fields inherited from class org.lobobrowser.html.domimpl.NodeImpl

document, logger, nodeList, notificationsSuspended, parentNode, treeLock, uiNode

Constructor Summary

CDataSectionImpl()
CDataSectionImpl(String text)

Method Summary

String
getNodeName()
short
getNodeType()

Methods inherited from class org.lobobrowser.html.domimpl.TextImpl

createSimilarNode, getLocalName, getNodeName, getNodeType, getNodeValue, getWholeText, isElementContentWhitespace, replaceWholeText, setNodeValue, setTextContent, splitText, toString

Methods inherited from class org.lobobrowser.html.domimpl.CharacterDataImpl

appendData, cloneNode, deleteData, getClassName, getData, getLength, getTextContent, insertData, replaceData, setData, setTextContent, substringData, toString

Methods inherited from class org.lobobrowser.html.domimpl.NodeImpl

appendChild, appendInnerHTMLImpl, cloneNode, compareDocumentPosition, createRenderState, createSimilarNode, equalAttributes, findUINode, forgetRenderState, getAlignmentX, getAlignmentY, getAttributes, getBaseURI, getChildNodes, getChildren, getChildrenArray, getDescendents, getDocumentItem, getDocumentURL, getFeature, getFirstChild, getFullURL, getHtmlRendererContext, getInnerHTML, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeList, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentModelNode, getParentNode, getParentRenderState, getPrefix, getPreviousSibling, getRenderState, getTextContent, getUINode, getUserAgentContext, getUserData, hasAttributes, hasChildNodes, informExternalScriptLoading, informInvalid, informLayoutInvalid, informLookInvalid, informNodeLoaded, informPositionInvalid, informSizeInvalid, informStructureInvalid, insertAfter, insertAt, insertBefore, isDefaultNamespace, isEqualNode, isEqualOrDescendentOf, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeAllChildren, removeAllChildrenImpl, removeChild, removeChildAt, removeChildren, removeChildrenImpl, replaceAdjacentTextNodes, replaceAdjacentTextNodes, replaceChild, setDocumentItem, setNodeValue, setPrefix, setTextContent, setUINode, setUserData, toString, warn, warn

Methods inherited from class org.lobobrowser.js.AbstractScriptableDelegate

getScriptable, setScriptable

Constructor Details

CDataSectionImpl

public CDataSectionImpl()

CDataSectionImpl

public CDataSectionImpl(String text)

Method Details

getNodeName

public String getNodeName()
Overrides:
getNodeName in interface TextImpl

getNodeType

public short getNodeType()
Overrides:
getNodeType in interface TextImpl