com.bea.xml.stream.events
public class StartElementEvent extends NamedEvent implements StartElement
| Constructor Summary | |
|---|---|
| StartElementEvent() | |
| StartElementEvent(QName name) | |
| StartElementEvent(StartElement element) | |
| Method Summary | |
|---|---|
| void | addAttribute(Attribute attribute) |
| void | addNamespace(Namespace attribute) |
| Attribute | getAttributeByName(QName name) |
| Iterator | getAttributes() |
| NamespaceContext | getNamespaceContext() |
| Iterator | getNamespaces() |
| String | getNamespaceURI(String prefix) |
| protected void | init() |
| void | reset() |
| void | setAttributes(List attributes) |
| void | setNamespaceContext(NamespaceContext c) |
| String | toString() |