public class BufferedDocument extends BufferedElement
endTagElement, startTagElement| Constructor and Description |
|---|
BufferedDocument() |
| Modifier and Type | Method and Description |
|---|---|
protected BufferedElement |
createElement(BufferedElement parent,
String uri,
String localName,
String name,
Attributes attributes)
Create an element instance.
|
BufferedElement |
getCurrentElement()
Returns the current element from the stack and null otherwise.
|
void |
onEndEndElement(String uri,
String localName,
String name)
On end of End element.
|
void |
onEndStartElement(BufferedElement element,
String uri,
String localName,
String name,
Attributes attributes)
On end of Start element.
|
void |
onStartEndElement(String uri,
String localName,
String name)
On start of End element.
|
BufferedElement |
onStartStartElement(String uri,
String localName,
String name,
Attributes attributes)
On start of Start element.
|
addRegion, append, append, append, end, findChildAt, findChildAt, findChildren, findChildren, findFirstChild, findFirstChild, findParent, findParent, get, getAttributes, getEndTagElement, getEndTagElementName, getInnerText, getName, getOwnerElement, getParent, getStartTagElement, getStartTagElementName, getTextContent, isEnded, isReseted, isString, match, put, registerDynamicAttributes, removeAll, reset, save, setAttribute, setContentAfterEndTagElement, setContentBeforeStartTagElement, setInnerText, setTextContent, start, toStringpublic BufferedElement onStartStartElement(String uri, String localName, String name, Attributes attributes) throws SAXException
uri - localName - name - attributes - SAXExceptionprotected BufferedElement createElement(BufferedElement parent, String uri, String localName, String name, Attributes attributes) throws SAXException
parent - uri - localName - name - attributes - SAXExceptionpublic void onEndStartElement(BufferedElement element, String uri, String localName, String name, Attributes attributes) throws SAXException
element - uri - localName - name - attributes - SAXExceptionpublic void onStartEndElement(String uri, String localName, String name)
uri - localName - name - public void onEndEndElement(String uri, String localName, String name)
uri - localName - name - public BufferedElement getCurrentElement()
Copyright © 2017. All Rights Reserved.