org.attoparser.markup.dom
Interface IElement

All Superinterfaces:
IAttributeContainerNode, INamedNode, INestableNode, INode
All Known Implementing Classes:
Element

public interface IElement
extends INamedNode, INestableNode, IAttributeContainerNode

Common interface for all element nodes in attoDOM trees. Element nodes have both children and attributes.

Since:
1.1
Author:
Daniel Fernández

Method Summary
 
Methods inherited from interface org.attoparser.markup.dom.INamedNode
elementNameMatches, getElementName, setElementName
 
Methods inherited from interface org.attoparser.markup.dom.INestableNode
addChild, clearChildren, getChildren, getChildrenOfType, getFirstChild, getFirstChildOfType, hasChildren, insertChild, insertChildAfter, insertChildBefore, numChildren, removeChild
 
Methods inherited from interface org.attoparser.markup.dom.IAttributeContainerNode
addAttribute, addAttributes, clearAttributes, getAttributeMap, getAttributeValue, hasAttribute, hasAttributes, numAttributes, removeAttribute
 
Methods inherited from interface org.attoparser.markup.dom.INode
cloneNode, getCol, getLine, getParent, hasCol, hasLine, hasParent, setCol, setLine, setParent
 



Copyright © 2013 The ATTOPARSER team. All Rights Reserved.