public class JsNode extends JsElementalMixinBase implements Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
SVG_ZOOMANDPAN_DISABLE, SVG_ZOOMANDPAN_MAGNIFY, SVG_ZOOMANDPAN_UNKNOWN
Modifier | Constructor and Description |
---|---|
protected |
JsNode() |
addEventListener, addEventListener, beginElement, beginElementAt, dispatchEvent, endElement, endElementAt, getAnimatedClassName, getAnimatedHeight, getAnimatedHref, getAnimatedResult, getAnimatedTransform, getAnimatedWidth, getAnimatedX, getAnimatedY, getBBox, getChildElementCount, getCTM, getExternalResourcesRequired, getFarthestViewportElement, getFirstElementChild, getLastElementChild, getNearestViewportElement, getNextElementSibling, getPresentationAttribute, getPreserveAspectRatio, getPreviousElementSibling, getRequiredExtensions, getRequiredFeatures, getScreenCTM, getSvgStyle, getSystemLanguage, getTransformToElement, getViewBox, getXmllang, getXmlspace, getZoomAndPan, hasExtension, querySelector, querySelectorAll, removeEventListener, removeEventListener, setXmllang, setXmlspace, setZoomAndPan
at, at, intAt, intAt, length, numberAt, numberAt, setAt, setAt, setAt, setAt, setAt, setAt
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addEventListener, addEventListener, dispatchEvent, removeEventListener, removeEventListener
intAt, length
numberAt
public final JsNamedNodeMap getAttributes()
getAttributes
in interface Node
public final String getBaseURI()
getBaseURI
in interface Node
public final JsNodeList getChildNodes()
getChildNodes
in interface Node
public final JsNode getFirstChild()
getFirstChild
in interface Node
public final JsNode getLastChild()
getLastChild
in interface Node
public final String getLocalName()
getLocalName
in interface Node
public final String getNamespaceURI()
getNamespaceURI
in interface Node
public final JsNode getNextSibling()
getNextSibling
in interface Node
public final String getNodeName()
getNodeName
in interface Node
public final int getNodeType()
getNodeType
in interface Node
public final String getNodeValue()
getNodeValue
in interface Node
public final void setNodeValue(String param_nodeValue)
setNodeValue
in interface Node
public final JsDocument getOwnerDocument()
getOwnerDocument
in interface Node
public final JsElement getParentElement()
getParentElement
in interface Node
public final JsNode getParentNode()
getParentNode
in interface Node
public final void setPrefix(String param_prefix)
public final JsNode getPreviousSibling()
getPreviousSibling
in interface Node
public final String getTextContent()
getTextContent
in interface Node
public final void setTextContent(String param_textContent)
setTextContent
in interface Node
public final JsNode appendChild(Node newChild)
appendChild
in interface Node
public final int compareDocumentPosition(Node other)
compareDocumentPosition
in interface Node
public final boolean hasAttributes()
hasAttributes
in interface Node
public final boolean hasChildNodes()
hasChildNodes
in interface Node
public final JsNode insertBefore(Node newChild, Node refChild)
insertBefore
in interface Node
public final boolean isDefaultNamespace(String namespaceURI)
isDefaultNamespace
in interface Node
public final boolean isEqualNode(Node other)
isEqualNode
in interface Node
public final boolean isSameNode(Node other)
isSameNode
in interface Node
public final boolean isSupported(String feature, String version)
isSupported
in interface Node
public final String lookupNamespaceURI(String prefix)
lookupNamespaceURI
in interface Node
public final String lookupPrefix(String namespaceURI)
lookupPrefix
in interface Node
public final JsNode removeChild(Node oldChild)
removeChild
in interface Node
public final JsNode replaceChild(Node newChild, Node oldChild)
replaceChild
in interface Node
Copyright © 2018. All rights reserved.