public interface Element
Modifier and Type | Method and Description |
---|---|
List<Element> |
getChildren()
Retrieve the list of children elements in this element.
|
int |
getColumns()
Get the size taken by this element, in columns
|
boolean |
isSame(Element element)
Test if an element is equal to another element
|
void |
setColumns(int size)
Set the size to take by this element
|
void |
toSAX(ContentHandler handler)
Sax the the configuration of the element.
|
List<Element> getChildren()
void toSAX(ContentHandler handler) throws SAXException
handler
- The content handler where to saxSAXException
- if an error occursboolean isSame(Element element)
element
- The element to compare toint getColumns()
void setColumns(int size)
size
- The size in number of columns