org.attoparser.markup.dom
Interface INamedNode

All Superinterfaces:
INode
All Known Subinterfaces:
IElement
All Known Implementing Classes:
Element

public interface INamedNode
extends INode

Common interface for all nodes in attoDOM trees that have a name.

Since:
1.1
Author:
Daniel Fernández

Method Summary
 boolean elementNameMatches(String name)
           
 String getElementName()
           
 void setElementName(String name)
           
 
Methods inherited from interface org.attoparser.markup.dom.INode
cloneNode, getCol, getLine, getParent, hasCol, hasLine, hasParent, setCol, setLine, setParent
 

Method Detail

getElementName

String getElementName()

setElementName

void setElementName(String name)

elementNameMatches

boolean elementNameMatches(String name)


Copyright © 2012 The ATTOPARSER team. All Rights Reserved.