|
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.StartElement
This class wraps the parameters of the startElement() SAX event.
| Constructor Summary | |
StartElement(int indentLevel,
java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qualifiedName,
org.xml.sax.Attributes attributes)
Initializes the event. |
|
| Method Summary | |
java.util.Map |
getAttr()
Returns the element's attributes |
java.lang.String |
getName()
Returns the element's local name |
java.lang.String |
getQname()
Returns the element's qualified name |
java.lang.String |
getUri()
Returns the element's namespace URI |
boolean |
getWantDOM()
Returns the wantDOM flag used by the SAXDOMIX controller. |
void |
setWantDOM(boolean wantDOM)
Sets the wantDOM flag used by the SAXDOMIX controller. |
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 StartElement(int indentLevel,
java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qualifiedName,
org.xml.sax.Attributes attributes)
indentLevel - the indent level of the elementnamespaceURI - the element's namespace URIlocalName - the element's local namequalifiedName - the element's qualified nameattributes - the element's attributes| Method Detail |
public java.lang.String getUri()
public java.lang.String getName()
public java.lang.String getQname()
public java.util.Map getAttr()
public boolean getWantDOM()
wantDOM flag used by the SAXDOMIX controller.
public void setWantDOM(boolean wantDOM)
wantDOM flag used by the SAXDOMIX controller.
wantDOM - the flag that indicates whether the parsing should
continue in SAX mode or a DOM sub-tree should be
built by SAXDOMIX.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 | |||||||||