public abstract class XMLBuilder extends Object
| Constructor and Description |
|---|
XMLBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
clearCurNode() |
protected abstract boolean |
hasParent() |
void |
onAttributes(Event event,
Attributes attrs) |
void |
onAttributes(Event event,
XMLStreamReader reader) |
protected abstract void |
onEndDocument() |
protected abstract Object |
onEndElement() |
protected abstract Object |
onEvent(Event event) |
void |
onNamespaces(Event event,
MyNamespaceSupport nsSupport) |
protected abstract Object |
onStartDocument() |
protected abstract Object |
onStartElement(Event event) |
protected abstract void |
removeFromParent(Object node) |
protected abstract Object onStartDocument()
protected abstract Object onEndElement()
protected abstract void onEndDocument()
public void onAttributes(Event event, Attributes attrs)
public void onAttributes(Event event, XMLStreamReader reader)
public void onNamespaces(Event event, MyNamespaceSupport nsSupport)
protected abstract void clearCurNode()
protected abstract void removeFromParent(Object node)
protected abstract boolean hasParent()
Copyright © 2021. All rights reserved.