|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IHTMLDOMNode | |
|---|---|
| net.sf.jiffie | |
| net.sf.jiffie.xpath | |
| Uses of IHTMLDOMNode in net.sf.jiffie |
|---|
| Subclasses of IHTMLDOMNode in net.sf.jiffie | |
|---|---|
class |
ElementContainer
This class implements a set of methods common to objects that contain HTML elements. |
class |
IHTMLAnchorElement
Implementation of the IHTMLAnchorElement interface. |
class |
IHTMLBodyElement
Implementation of the IHTMLBodyElement interface. |
class |
IHTMLCommentElement
Implementation of the IHTMLCommentElement interface. |
class |
IHTMLDivElement
Implementation of the IHTMLDivElement interface. |
class |
IHTMLDocument2
Implementation of the IHTMLDocument2 interface. |
class |
IHTMLDOMAttribute
Implementation of the IHTMLDOMAttribute interface. |
class |
IHTMLDOMTextNode
Implementation of the IHTMLDOMTextNode interface. |
class |
IHTMLElement
Implementation of the IHTMLElement interface. |
class |
IHTMLFormElement
Implementation of the IHTMLFormElement interface. |
class |
IHTMLFrameBase
Implementation of the IHTMLFrameBase interface. |
class |
IHTMLFrameBase2
Implementation of the IHTMLFrameBase2 interface. |
class |
IHTMLFrameElement
Implementation of the IHTMLFrameElement interface. |
class |
IHTMLHtmlElement
Implementation of the IHTMLAnchorElement interface. |
class |
IHTMLIFrameElement
Implementation of the IHTMLIFrameElement interface. |
class |
IHTMLImgElement
Implementation of the IHTMLImgElement interface. |
class |
IHTMLInputElement
Implementation of the IHTMLInputElement interface. |
class |
IHTMLOptionElement
Implementation of the IHTMLFormElement interface. |
class |
IHTMLScriptElement
Implementation of the IHTMLScriptElement interface. |
class |
IHTMLSelectElement
Implementation of the IHTMLSelectElement interface. |
class |
IHTMLTable
Implementation of the IHTMLTable interface. |
class |
IHTMLTableCell
Implementation of the IHTMLTableCellElement interface. |
class |
IHTMLTableRow
Implementation of the IHTMLTableRowElement interface. |
class |
IHTMLTextAreaElement
Implementation of the IHTMLTextAreaElement interface. |
| Methods in net.sf.jiffie that return IHTMLDOMNode | |
|---|---|
IHTMLDOMNode |
IHTMLDOMNode.appendChild(IHTMLDOMNode newNode)
Append the newNode as a child. |
protected IHTMLDOMNode |
IHTMLDOMNode.createNodeFromProperty(java.lang.String propertyName)
Create a new node from the named property. |
IHTMLDOMNode |
IHTMLDOMNode.getFirstChild()
Get the first child node of this Node. |
IHTMLDOMNode |
IHTMLDOMNode.getLastChild()
Get the last child node of this Node. |
IHTMLDOMNode |
IHTMLDOMNode.getNextSibling()
Get the next sibling node of this Node. |
IHTMLDOMNode |
IHTMLDOMAttribute.getOwnerElement()
Get the Node to which the attribute belongs. |
IHTMLDOMNode |
IHTMLDOMNode.getParentNode()
Get the parent node of this Node. |
IHTMLDOMNode |
IHTMLDOMNode.getPreviousSibling()
Get the previous sibling node of this Node. |
| Methods in net.sf.jiffie with parameters of type IHTMLDOMNode | |
|---|---|
IHTMLDOMNode |
IHTMLDOMNode.appendChild(IHTMLDOMNode newNode)
Append the newNode as a child. |
| Constructors in net.sf.jiffie with parameters of type IHTMLDOMNode | |
|---|---|
IHTMLAttributeCollection(InternetExplorer parentBrowser,
IHTMLDOMNode ownerElement,
Dispatch dispatch)
Constructor. |
|
IHTMLDOMAttribute(InternetExplorer parentBrowser,
IHTMLDOMNode ownerElement,
Dispatch dispatch)
Constructor. |
|
| Uses of IHTMLDOMNode in net.sf.jiffie.xpath |
|---|
| Methods in net.sf.jiffie.xpath that return IHTMLDOMNode | |
|---|---|
protected abstract IHTMLDOMNode |
DocumentNavigator.NodeIterator.getFirstNode(IHTMLDOMNode contextNode)
Get the first node for iteration. |
protected abstract IHTMLDOMNode |
DocumentNavigator.NodeIterator.getNextNode(IHTMLDOMNode contextNode)
Get the next node for iteration. |
IHTMLDOMNode |
DocumentNavigator.NodeIterator.next()
|
IHTMLDOMNode |
DocumentNavigator.AttributeIterator.next()
|
| Methods in net.sf.jiffie.xpath that return types with arguments of type IHTMLDOMNode | |
|---|---|
java.util.Iterator<IHTMLDOMNode> |
DocumentNavigator.getAttributeAxisIterator(java.lang.Object contextNode)
|
java.util.Iterator<IHTMLDOMNode> |
DocumentNavigator.getChildAxisIterator(java.lang.Object contextNode)
|
java.util.Iterator<IHTMLDOMNode> |
DocumentNavigator.getFollowingAxisIterator(java.lang.Object contextNode)
|
java.util.Iterator<IHTMLDOMNode> |
DocumentNavigator.getFollowingSiblingAxisIterator(java.lang.Object contextNode)
|
java.util.Iterator<IHTMLDOMNode> |
DocumentNavigator.getNamespaceAxisIterator(java.lang.Object contextNode)
|
java.util.Iterator<IHTMLDOMNode> |
DocumentNavigator.getParentAxisIterator(java.lang.Object contextNode)
|
java.util.Iterator<IHTMLDOMNode> |
DocumentNavigator.getPrecedingAxisIterator(java.lang.Object contextNode)
|
java.util.Iterator<IHTMLDOMNode> |
DocumentNavigator.getPrecedingSiblingAxisIterator(java.lang.Object contextNode)
|
| Methods in net.sf.jiffie.xpath with parameters of type IHTMLDOMNode | |
|---|---|
protected abstract IHTMLDOMNode |
DocumentNavigator.NodeIterator.getFirstNode(IHTMLDOMNode contextNode)
Get the first node for iteration. |
protected abstract IHTMLDOMNode |
DocumentNavigator.NodeIterator.getNextNode(IHTMLDOMNode contextNode)
Get the next node for iteration. |
| Constructors in net.sf.jiffie.xpath with parameters of type IHTMLDOMNode | |
|---|---|
DocumentNavigator.AttributeIterator(IHTMLDOMNode parent)
Constructor. |
|
DocumentNavigator.NodeIterator(IHTMLDOMNode contextNode)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||