org.shiftone.arbor
Interface StackElement

All Known Implementing Classes:
AttributeElement, BeanElement

interface StackElement

Interface StackElement

Author:
Jeff Drost

Method Summary
 void addText(java.lang.String text)
          Method addText
 StackElement createChild(java.lang.String elementName)
          Method createChild
 void finished()
          Method finished
 void setAttribute(java.lang.String name, java.lang.String value)
          Method setAttribute
 

Method Detail

setAttribute

public void setAttribute(java.lang.String name,
                         java.lang.String value)
                  throws NestedSAXException
Method setAttribute

Parameters:
name -
value -
Throws:
NestedSAXException

createChild

public StackElement createChild(java.lang.String elementName)
                         throws NestedSAXException
Method createChild

Parameters:
elementName -
Returns:
Throws:
NestedSAXException

addText

public void addText(java.lang.String text)
             throws NestedSAXException
Method addText

Parameters:
text -
Throws:
NestedSAXException

finished

public void finished()
              throws NestedSAXException
Method finished

Throws:
NestedSAXException