|
Devsphere.com |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.devsphere.xml.taglib.process.event.EventSupport
|
+--com.devsphere.xml.taglib.process.event.HandleDOM
This class wraps the parameters of the handleDOM() SAXDOMIX
event.
| Constructor Summary | |
HandleDOM(int indentLevel,
org.w3c.dom.Element element)
Initializes the event. |
|
| Method Summary | |
org.w3c.dom.Element |
getElement()
Returns the root element of the DOM sub-tree |
java.lang.String |
toString()
Returns a text containing the values of some of the properties of this event, including its type. |
| Methods inherited from class com.devsphere.xml.taglib.process.event.EventSupport |
getIndentLevel, isConsumed, setConsumed |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public HandleDOM(int indentLevel,
org.w3c.dom.Element element)
indentLevel - the indent level of the character dataelement - the root element of the DOM sub-tree| Method Detail |
public org.w3c.dom.Element getElement()
public java.lang.String toString()
toString in class EventSupport
|
Devsphere.com |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||