|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.shiftone.arbor.DOMProcessor
THIS HAS NOT BEEN TESTED
| Constructor Summary | |
DOMProcessor()
|
|
| Method Summary | |
java.util.Properties |
getAttributes(org.w3c.dom.Element element)
Method getAttributes |
void |
process(org.w3c.dom.Element element,
EventProcessor eventProcessor)
Method process |
protected void |
processElement(org.w3c.dom.Element element,
EventProcessor eventProcessor)
Method processElement |
protected void |
processNode(org.w3c.dom.Node node,
EventProcessor eventProcessor)
Method processNode |
protected void |
processText(org.w3c.dom.Text text,
EventProcessor eventProcessor)
Method processText |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DOMProcessor()
| Method Detail |
public void process(org.w3c.dom.Element element,
EventProcessor eventProcessor)
throws ArborException
element - eventProcessor -
ArborException
protected void processNode(org.w3c.dom.Node node,
EventProcessor eventProcessor)
throws java.lang.Exception
node - eventProcessor -
java.lang.Exception
protected void processElement(org.w3c.dom.Element element,
EventProcessor eventProcessor)
throws java.lang.Exception
element - eventProcessor -
java.lang.Exception
protected void processText(org.w3c.dom.Text text,
EventProcessor eventProcessor)
throws java.lang.Exception
text - eventProcessor -
java.lang.Exceptionpublic java.util.Properties getAttributes(org.w3c.dom.Element element)
element -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||