public abstract class AbstractNode extends java.lang.Object implements ExtendedNode, NodeXBL, XBLManagerData, java.io.Serializable
Node interface.| Modifier and Type | Field and Description |
|---|---|
static short |
DOCUMENT_POSITION_CONTAINED_BY |
static short |
DOCUMENT_POSITION_CONTAINS |
static short |
DOCUMENT_POSITION_DISCONNECTED |
static short |
DOCUMENT_POSITION_FOLLOWING |
static short |
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC |
static short |
DOCUMENT_POSITION_PRECEDING |
static org.w3c.dom.NodeList |
EMPTY_NODE_LIST
An empty instance of NodeList.
|
protected EventSupport |
eventSupport
The event support.
|
protected java.lang.Object |
managerData
The XBL manager data.
|
protected AbstractDocument |
ownerDocument
The owner document.
|
protected java.util.HashMap |
userData
User data.
|
protected java.util.HashMap |
userDataHandlers
User data handlers.
|
| Constructor and Description |
|---|
AbstractNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEventListener(java.lang.String type,
EventListener listener,
boolean useCapture)
DOM: Implements
EventTarget.addEventListener(String,EventListener,boolean). |
void |
addEventListenerNS(java.lang.String namespaceURI,
java.lang.String type,
EventListener listener,
boolean useCapture,
java.lang.Object evtGroup)
|
org.w3c.dom.Node |
appendChild(org.w3c.dom.Node newChild)
DOM: Implements
Node.appendChild(Node). |
protected void |
checkChildType(org.w3c.dom.Node n,
boolean replace)
Checks the validity of a node to be inserted.
|
org.w3c.dom.Node |
cloneNode(boolean deep)
DOM: Implements
Node.cloneNode(boolean). |
short |
compareDocumentPosition(org.w3c.dom.Node other)
DOM: Implements
Node.compareDocumentPosition(Node). |
protected boolean |
compareNamedNodeMaps(org.w3c.dom.NamedNodeMap nnm1,
org.w3c.dom.NamedNodeMap nnm2)
Compare two NamedNodeMaps for equality.
|
protected boolean |
compareStrings(java.lang.String s1,
java.lang.String s2)
Compare two strings for equality.
|
protected org.w3c.dom.Node |
copyInto(org.w3c.dom.Node n)
Copy the fields of the current node into the given node.
|
org.w3c.dom.DOMException |
createDOMException(short type,
java.lang.String key,
java.lang.Object[] args)
Creates an exception with the appropriate error message.
|
protected org.w3c.dom.Node |
deepCopyInto(org.w3c.dom.Node n)
Deeply copy the fields of the current node into the given node.
|
protected org.w3c.dom.Node |
deepExport(org.w3c.dom.Node n,
AbstractDocument d)
Deeply exports this node to the given document.
|
boolean |
dispatchEvent(Event evt)
DOM: Implements
EventTarget.dispatchEvent(Event). |
protected org.w3c.dom.Node |
export(org.w3c.dom.Node n,
AbstractDocument d)
Exports this node to the given document.
|
protected void |
fireDOMCharacterDataModifiedEvent(java.lang.String oldv,
java.lang.String newv)
Fires a DOMCharacterDataModified event.
|
void |
fireDOMNodeInsertedIntoDocumentEvent()
Recursively fires a DOMNodeInsertedIntoDocument event.
|
void |
fireDOMNodeRemovedFromDocumentEvent()
Recursively fires a DOMNodeRemovedFromDocument event.
|
protected void |
fireUserDataHandlers(short type,
org.w3c.dom.Node oldNode,
org.w3c.dom.Node newNode)
Fire any UserDataHandlers on the given oldNode.
|
org.w3c.dom.NamedNodeMap |
getAttributes()
DOM: Implements
Node.getAttributes(). |
java.lang.String |
getBaseURI()
DOM: Implements
Node.getBaseURI(). |
static java.lang.String |
getBaseURI(org.w3c.dom.Node n) |
protected java.lang.String |
getCascadedXMLBase(org.w3c.dom.Node node)
Returns the xml:base attribute value of the given element,
resolving any dependency on parent bases if needed.
|
org.w3c.dom.NodeList |
getChildNodes()
DOM: Implements
Node.getChildNodes(). |
protected AbstractDocument |
getCurrentDocument()
Returns the current document.
|
EventSupport |
getEventSupport()
Returns the event support instance for this node, or null if any.
|
java.lang.Object |
getFeature(java.lang.String feature,
java.lang.String version)
DOM: Implements
Node.getFeature(String,String). |
org.w3c.dom.Node |
getFirstChild()
DOM: Implements
Node.getFirstChild(). |
org.w3c.dom.Node |
getLastChild()
DOM: Implements
Node.getLastChild(). |
java.lang.String |
getLocalName()
DOM: Implements
Node.getLocalName(). |
java.lang.Object |
getManagerData()
Returns the XBL manager associated data for this node.
|
java.lang.String |
getNamespaceURI()
DOM: Implements
Node.getNamespaceURI(). |
org.w3c.dom.Node |
getNextSibling()
DOM: Implements
Node.getNextSibling(). |
java.lang.String |
getNodeValue()
DOM: Implements
Node.getNodeValue(). |
org.w3c.dom.Document |
getOwnerDocument()
DOM: Implements
Node.getOwnerDocument(). |
org.w3c.dom.Node |
getParentNode()
DOM: Implements
Node.getParentNode(). |
NodeEventTarget |
getParentNodeEventTarget()
Implements
NodeEventTarget.getParentNodeEventTarget(). |
java.lang.String |
getPrefix()
DOM: Implements
Node.getPrefix(). |
org.w3c.dom.Node |
getPreviousSibling()
DOM: Implements
Node.getPreviousSibling(). |
java.lang.String |
getTextContent()
DOM: Implements
Node.getTextContent(). |
java.lang.Object |
getUserData(java.lang.String key)
DOM: Implements
Node.getUserData(String). |
org.w3c.dom.Element |
getXblBoundElement()
Get the bound element whose shadow tree this current node resides in.
|
org.w3c.dom.NodeList |
getXblChildNodes()
Get the list of child nodes of this node in the fully flattened tree.
|
org.w3c.dom.NodeList |
getXblDefinitions()
Get the xbl:definition elements currently binding this element.
|
org.w3c.dom.Node |
getXblFirstChild()
Get the first child node of this node in the fully flattened tree.
|
org.w3c.dom.Element |
getXblFirstElementChild()
Get the first element child of this node in the fully flattened tree.
|
org.w3c.dom.Node |
getXblLastChild()
Get the last child node of this node in the fully flattened tree.
|
org.w3c.dom.Element |
getXblLastElementChild()
Get the last element child of this node in the fully flattened tree.
|
org.w3c.dom.Element |
getXblNextElementSibling()
Get the first element that follows the current node in the
xblParentNode's xblChildNodes list.
|
org.w3c.dom.Node |
getXblNextSibling()
Get the node which directly follows the current node in the
xblParentNode's xblChildNodes list.
|
org.w3c.dom.Node |
getXblParentNode()
Get the parent of this node in the fully flattened tree.
|
org.w3c.dom.Element |
getXblPreviousElementSibling()
Get the first element that precedes the current node in the
xblParentNode's xblChildNodes list.
|
org.w3c.dom.Node |
getXblPreviousSibling()
Get the node which directly precedes the current node in the
xblParentNode's xblChildNodes list.
|
org.w3c.dom.NodeList |
getXblScopedChildNodes()
Get the list of child nodes of this node in the fully flattened tree
that are within the same shadow scope.
|
org.w3c.dom.Element |
getXblShadowTree()
Get the shadow tree of this node.
|
boolean |
hasAttributes()
DOM: Implements
Node.hasAttributes(). |
boolean |
hasChildNodes()
DOM: Implements
Node.hasChildNodes(). |
boolean |
hasEventListenerNS(java.lang.String namespaceURI,
java.lang.String type)
DOM: Implements
EventTarget.hasEventListenerNS(String,String) from an old
draft of DOM Level 3 Events. |
EventSupport |
initializeEventSupport()
Initializes the event support instance for this node if it has not
been already, and returns it.
|
org.w3c.dom.Node |
insertBefore(org.w3c.dom.Node newChild,
org.w3c.dom.Node refChild)
DOM: Implements
Node.insertBefore(Node, Node). |
boolean |
isDefaultNamespace(java.lang.String namespaceURI)
DOM: Implements
Node.isDefaultNamespace(String). |
boolean |
isEqualNode(org.w3c.dom.Node other)
DOM: Implements
Node.isEqualNode(Node). |
boolean |
isSameNode(org.w3c.dom.Node other)
DOM: Implements
Node.isSameNode(Node). |
boolean |
isSupported(java.lang.String feature,
java.lang.String version)
DOM: Implements
Node.isSupported(String,String). |
protected java.lang.String |
lookupNamespacePrefix(java.lang.String namespaceURI,
org.w3c.dom.Element originalElement)
Helper function for
lookupPrefix(java.lang.String). |
java.lang.String |
lookupNamespaceURI(java.lang.String prefix)
DOM: Implements
Node.lookupNamespaceURI(String). |
java.lang.String |
lookupPrefix(java.lang.String namespaceURI)
DOM: Implements
Node.lookupPrefix(String). |
protected abstract org.w3c.dom.Node |
newNode()
Returns a new uninitialized instance of this object's class.
|
void |
normalize()
DOM: Implements
Node.normalize(). |
org.w3c.dom.Node |
removeChild(org.w3c.dom.Node oldChild)
DOM: Implements
Node.removeChild(Node). |
void |
removeEventListener(java.lang.String type,
EventListener listener,
boolean useCapture)
DOM: Implements
EventTarget.removeEventListener(String,EventListener,boolean). |
void |
removeEventListenerNS(java.lang.String namespaceURI,
java.lang.String type,
EventListener listener,
boolean useCapture)
|
org.w3c.dom.Node |
replaceChild(org.w3c.dom.Node newChild,
org.w3c.dom.Node oldChild)
DOM: Implements
Node.replaceChild(Node, Node). |
void |
setManagerData(java.lang.Object data)
Sets the XBL manager associated data for this node.
|
void |
setNextSibling(org.w3c.dom.Node n)
Sets the node immediately following this node.
|
void |
setNodeName(java.lang.String v)
Sets the name of this node.
|
void |
setNodeValue(java.lang.String nodeValue)
DOM: Implements
Node.setNodeValue(String). |
void |
setOwnerDocument(org.w3c.dom.Document doc)
Sets the owner document of this node.
|
void |
setParentNode(org.w3c.dom.Node v)
Sets the parent node.
|
void |
setPrefix(java.lang.String prefix)
DOM: Implements
Node.setPrefix(String). |
void |
setPreviousSibling(org.w3c.dom.Node n)
Sets the node immediately preceding this node.
|
void |
setSpecified(boolean v)
Sets the value of the specified attribute.
|
void |
setTextContent(java.lang.String s)
DOM: Implements
Node.setTextContent(String). |
java.lang.Object |
setUserData(java.lang.String key,
java.lang.Object data,
org.w3c.dom.UserDataHandler handler)
DOM: Implements
Node.setUserData(String,Object,UserDataHandler). |
boolean |
willTriggerNS(java.lang.String namespaceURI,
java.lang.String type)
DOM: Implements
EventTarget#willTriggerNS(String,String) from an old draft
of DOM Level 3 Events. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisReadonly, setReadonlypublic static final org.w3c.dom.NodeList EMPTY_NODE_LIST
protected AbstractDocument ownerDocument
protected transient EventSupport eventSupport
protected java.util.HashMap userData
protected java.util.HashMap userDataHandlers
protected java.lang.Object managerData
public static final short DOCUMENT_POSITION_DISCONNECTED
public static final short DOCUMENT_POSITION_PRECEDING
public static final short DOCUMENT_POSITION_FOLLOWING
public static final short DOCUMENT_POSITION_CONTAINS
public static final short DOCUMENT_POSITION_CONTAINED_BY
public static final short DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
public void setNodeName(java.lang.String v)
setNodeName in interface ExtendedNodepublic void setOwnerDocument(org.w3c.dom.Document doc)
setOwnerDocument in interface ExtendedNodepublic void setSpecified(boolean v)
setSpecified in interface ExtendedNodepublic java.lang.String getNodeValue()
throws org.w3c.dom.DOMException
Node.getNodeValue().getNodeValue in interface org.w3c.dom.Nodeorg.w3c.dom.DOMExceptionpublic void setNodeValue(java.lang.String nodeValue)
throws org.w3c.dom.DOMException
Node.setNodeValue(String).
Do nothing.setNodeValue in interface org.w3c.dom.Nodeorg.w3c.dom.DOMExceptionpublic org.w3c.dom.Node getParentNode()
Node.getParentNode().getParentNode in interface org.w3c.dom.Nodepublic void setParentNode(org.w3c.dom.Node v)
DOMException.setParentNode in interface ExtendedNodepublic org.w3c.dom.NodeList getChildNodes()
Node.getChildNodes().getChildNodes in interface org.w3c.dom.NodeEMPTY_NODE_LIST.public org.w3c.dom.Node getFirstChild()
Node.getFirstChild().getFirstChild in interface org.w3c.dom.Nodepublic org.w3c.dom.Node getLastChild()
Node.getLastChild().getLastChild in interface org.w3c.dom.Nodepublic void setPreviousSibling(org.w3c.dom.Node n)
DOMException.setPreviousSibling in interface ExtendedNodepublic org.w3c.dom.Node getPreviousSibling()
Node.getPreviousSibling().getPreviousSibling in interface org.w3c.dom.Nodepublic void setNextSibling(org.w3c.dom.Node n)
DOMException.setNextSibling in interface ExtendedNodepublic org.w3c.dom.Node getNextSibling()
Node.getNextSibling().getNextSibling in interface org.w3c.dom.Nodepublic boolean hasAttributes()
Node.hasAttributes().hasAttributes in interface org.w3c.dom.Nodepublic org.w3c.dom.NamedNodeMap getAttributes()
Node.getAttributes().getAttributes in interface org.w3c.dom.Nodepublic org.w3c.dom.Document getOwnerDocument()
Node.getOwnerDocument().getOwnerDocument in interface org.w3c.dom.NodeownerDocument.public java.lang.String getNamespaceURI()
Node.getNamespaceURI().getNamespaceURI in interface org.w3c.dom.Nodepublic org.w3c.dom.Node insertBefore(org.w3c.dom.Node newChild,
org.w3c.dom.Node refChild)
throws org.w3c.dom.DOMException
Node.insertBefore(Node, Node).
Throws a HIERARCHY_REQUEST_ERR DOMException.insertBefore in interface org.w3c.dom.Nodeorg.w3c.dom.DOMExceptionpublic org.w3c.dom.Node replaceChild(org.w3c.dom.Node newChild,
org.w3c.dom.Node oldChild)
throws org.w3c.dom.DOMException
Node.replaceChild(Node, Node).
Throws a HIERARCHY_REQUEST_ERR DOMException.replaceChild in interface org.w3c.dom.Nodeorg.w3c.dom.DOMExceptionpublic org.w3c.dom.Node removeChild(org.w3c.dom.Node oldChild)
throws org.w3c.dom.DOMException
Node.removeChild(Node).
Throws a HIERARCHY_REQUEST_ERR DOMException.removeChild in interface org.w3c.dom.Nodeorg.w3c.dom.DOMExceptionpublic org.w3c.dom.Node appendChild(org.w3c.dom.Node newChild)
throws org.w3c.dom.DOMException
Node.appendChild(Node).
Throws a HIERARCHY_REQUEST_ERR DOMException.appendChild in interface org.w3c.dom.Nodeorg.w3c.dom.DOMExceptionpublic boolean hasChildNodes()
Node.hasChildNodes().hasChildNodes in interface org.w3c.dom.Nodepublic org.w3c.dom.Node cloneNode(boolean deep)
Node.cloneNode(boolean).cloneNode in interface org.w3c.dom.Nodepublic void normalize()
Node.normalize().
Do nothing.normalize in interface org.w3c.dom.Nodepublic boolean isSupported(java.lang.String feature,
java.lang.String version)
Node.isSupported(String,String).isSupported in interface org.w3c.dom.Nodepublic java.lang.String getPrefix()
Node.getPrefix().getPrefix in interface org.w3c.dom.Nodepublic void setPrefix(java.lang.String prefix)
throws org.w3c.dom.DOMException
Node.setPrefix(String).setPrefix in interface org.w3c.dom.Nodeorg.w3c.dom.DOMExceptionpublic java.lang.String getLocalName()
Node.getLocalName().getLocalName in interface org.w3c.dom.Nodepublic org.w3c.dom.DOMException createDOMException(short type,
java.lang.String key,
java.lang.Object[] args)
protected java.lang.String getCascadedXMLBase(org.w3c.dom.Node node)
public java.lang.String getBaseURI()
Node.getBaseURI().getBaseURI in interface org.w3c.dom.Nodepublic static java.lang.String getBaseURI(org.w3c.dom.Node n)
public short compareDocumentPosition(org.w3c.dom.Node other)
throws org.w3c.dom.DOMException
Node.compareDocumentPosition(Node).
XXX Doesn't handle notation or entity nodes.compareDocumentPosition in interface org.w3c.dom.Nodeorg.w3c.dom.DOMExceptionpublic java.lang.String getTextContent()
Node.getTextContent().getTextContent in interface org.w3c.dom.Nodepublic void setTextContent(java.lang.String s)
throws org.w3c.dom.DOMException
Node.setTextContent(String).setTextContent in interface org.w3c.dom.Nodeorg.w3c.dom.DOMExceptionpublic boolean isSameNode(org.w3c.dom.Node other)
Node.isSameNode(Node).isSameNode in interface org.w3c.dom.Nodepublic java.lang.String lookupPrefix(java.lang.String namespaceURI)
Node.lookupPrefix(String).lookupPrefix in interface org.w3c.dom.Nodeprotected java.lang.String lookupNamespacePrefix(java.lang.String namespaceURI,
org.w3c.dom.Element originalElement)
lookupPrefix(java.lang.String).public boolean isDefaultNamespace(java.lang.String namespaceURI)
Node.isDefaultNamespace(String).isDefaultNamespace in interface org.w3c.dom.Nodepublic java.lang.String lookupNamespaceURI(java.lang.String prefix)
Node.lookupNamespaceURI(String).lookupNamespaceURI in interface org.w3c.dom.Nodepublic boolean isEqualNode(org.w3c.dom.Node other)
Node.isEqualNode(Node).isEqualNode in interface org.w3c.dom.Nodeprotected boolean compareStrings(java.lang.String s1,
java.lang.String s2)
protected boolean compareNamedNodeMaps(org.w3c.dom.NamedNodeMap nnm1,
org.w3c.dom.NamedNodeMap nnm2)
public java.lang.Object getFeature(java.lang.String feature,
java.lang.String version)
Node.getFeature(String,String).getFeature in interface org.w3c.dom.Nodepublic java.lang.Object getUserData(java.lang.String key)
Node.getUserData(String).getUserData in interface org.w3c.dom.Nodepublic java.lang.Object setUserData(java.lang.String key,
java.lang.Object data,
org.w3c.dom.UserDataHandler handler)
Node.setUserData(String,Object,UserDataHandler).setUserData in interface org.w3c.dom.Nodeprotected void fireUserDataHandlers(short type,
org.w3c.dom.Node oldNode,
org.w3c.dom.Node newNode)
public void addEventListener(java.lang.String type,
EventListener listener,
boolean useCapture)
EventTarget.addEventListener(String,EventListener,boolean).addEventListener in interface EventTargettype - Specifies the Event.type associated with the
event for which the user is registering.listener - The listener parameter takes an object
implemented by the user which implements the
EventListener interface and contains the method to be
called when the event occurs.useCapture - If true, useCapture indicates that the
user wishes to add the event listener for the capture phase only,
i.e. this event listener will not be triggered during the target
and bubbling phases. If false, the event listener will
only be triggered during the target and bubbling phases.public void addEventListenerNS(java.lang.String namespaceURI,
java.lang.String type,
EventListener listener,
boolean useCapture,
java.lang.Object evtGroup)
addEventListenerNS in interface NodeEventTargetaddEventListenerNS in interface EventTargetnamespaceURI - Specifies the Event.namespaceURI
associated with the event for which the user is registering.type - Refer to the EventTarget.addEventListener()
method for a description of this parameter.listener - Refer to the
EventTarget.addEventListener() method for a
description of this parameter.useCapture - Refer to the
EventTarget.addEventListener() method for a
description of this parameter.evtGroup - The object that represents the event group to
associate with the EventListener (see also ). Use
null to attach the event listener to the default
group.public void removeEventListener(java.lang.String type,
EventListener listener,
boolean useCapture)
EventTarget.removeEventListener(String,EventListener,boolean).removeEventListener in interface EventTargettype - Specifies the Event.type for which the user
registered the event listener.listener - The EventListener to be removed.useCapture - Specifies whether the EventListener
being removed was registered for the capture phase or not. If a
listener was registered twice, once for the capture phase and once
for the target and bubbling phases, each must be removed
separately. Removal of an event listener registered for the capture
phase does not affect the same event listener registered for the
target and bubbling phases, and vice versa.public void removeEventListenerNS(java.lang.String namespaceURI,
java.lang.String type,
EventListener listener,
boolean useCapture)
removeEventListenerNS in interface NodeEventTargetremoveEventListenerNS in interface EventTargetnamespaceURI - Specifies the Event.namespaceURI
associated with the event for which the user registered the event
listener.type - Refer to the
EventTarget.removeEventListener() method for a
description of this parameter.listener - Refer to the
EventTarget.removeEventListener() method for a
description of this parameter.useCapture - Refer to the
EventTarget.removeEventListener() method for a
description of this parameter.public NodeEventTarget getParentNodeEventTarget()
NodeEventTarget.getParentNodeEventTarget().getParentNodeEventTarget in interface NodeEventTargetpublic boolean dispatchEvent(Event evt) throws EventException
EventTarget.dispatchEvent(Event).dispatchEvent in interface NodeEventTargetdispatchEvent in interface EventTargetevt - The event to be dispatched.Event.preventDefault(). If
Event.preventDefault() was called the returned value
is false, else it is true.EventException - UNSPECIFIED_EVENT_TYPE_ERR: Raised if the Event.type
was not specified by initializing the event before
dispatchEvent was called. Specification of the
Event.type as null or an empty string
will also trigger this exception.
Event object is
already being dispatched.public boolean willTriggerNS(java.lang.String namespaceURI,
java.lang.String type)
EventTarget#willTriggerNS(String,String) from an old draft
of DOM Level 3 Events.public boolean hasEventListenerNS(java.lang.String namespaceURI,
java.lang.String type)
EventTarget.hasEventListenerNS(String,String) from an old
draft of DOM Level 3 Events.public EventSupport getEventSupport()
getEventSupport in interface NodeEventTargetpublic EventSupport initializeEventSupport()
public void fireDOMNodeInsertedIntoDocumentEvent()
public void fireDOMNodeRemovedFromDocumentEvent()
protected void fireDOMCharacterDataModifiedEvent(java.lang.String oldv,
java.lang.String newv)
protected AbstractDocument getCurrentDocument()
protected abstract org.w3c.dom.Node newNode()
protected org.w3c.dom.Node export(org.w3c.dom.Node n,
AbstractDocument d)
protected org.w3c.dom.Node deepExport(org.w3c.dom.Node n,
AbstractDocument d)
protected org.w3c.dom.Node copyInto(org.w3c.dom.Node n)
n - a node of the type of this.protected org.w3c.dom.Node deepCopyInto(org.w3c.dom.Node n)
n - a node of the type of this.protected void checkChildType(org.w3c.dom.Node n,
boolean replace)
public org.w3c.dom.Node getXblParentNode()
getXblParentNode in interface NodeXBLpublic org.w3c.dom.NodeList getXblChildNodes()
getXblChildNodes in interface NodeXBLpublic org.w3c.dom.NodeList getXblScopedChildNodes()
getXblScopedChildNodes in interface NodeXBLpublic org.w3c.dom.Node getXblFirstChild()
getXblFirstChild in interface NodeXBLpublic org.w3c.dom.Node getXblLastChild()
getXblLastChild in interface NodeXBLpublic org.w3c.dom.Node getXblPreviousSibling()
getXblPreviousSibling in interface NodeXBLpublic org.w3c.dom.Node getXblNextSibling()
getXblNextSibling in interface NodeXBLpublic org.w3c.dom.Element getXblFirstElementChild()
getXblFirstElementChild in interface NodeXBLpublic org.w3c.dom.Element getXblLastElementChild()
getXblLastElementChild in interface NodeXBLpublic org.w3c.dom.Element getXblPreviousElementSibling()
getXblPreviousElementSibling in interface NodeXBLpublic org.w3c.dom.Element getXblNextElementSibling()
getXblNextElementSibling in interface NodeXBLpublic org.w3c.dom.Element getXblBoundElement()
getXblBoundElement in interface NodeXBLpublic org.w3c.dom.Element getXblShadowTree()
getXblShadowTree in interface NodeXBLpublic org.w3c.dom.NodeList getXblDefinitions()
getXblDefinitions in interface NodeXBLpublic java.lang.Object getManagerData()
getManagerData in interface XBLManagerDatapublic void setManagerData(java.lang.Object data)
setManagerData in interface XBLManagerDataCopyright ? 2009 Apache Software Foundation. All Rights Reserved.