|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.opensagres.xdocreport.document.preprocessor.sax.BufferedElement
fr.opensagres.xdocreport.document.preprocessor.sax.BufferedDocument
public class BufferedDocument
Buffered document.
| Field Summary |
|---|
| Fields inherited from class fr.opensagres.xdocreport.document.preprocessor.sax.BufferedElement |
|---|
endTagElement, startTagElement |
| Constructor Summary | |
|---|---|
BufferedDocument()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class fr.opensagres.xdocreport.document.preprocessor.sax.BufferedElement |
|---|
addRegion, append, append, append, end, findChildren, findChildren, findFirstChild, findFirstChild, findParent, findParent, getAttributes, getEndTagElement, getEndTagElementName, getInnerText, getName, getOwnerElement, getParent, getStartTagElement, getStartTagElementName, getTextContent, isEnded, isReseted, isString, match, registerDynamicAttributes, removeAll, reset, save, setAttribute, setContentAfterEndTagElement, setContentBeforeStartTagElement, setInnerText, setTextContent, start, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BufferedDocument()
| Method Detail |
|---|
public BufferedElement onStartStartElement(String uri,
String localName,
String name,
Attributes attributes)
throws SAXException
uri - localName - name - attributes -
SAXException
protected BufferedElement createElement(BufferedElement parent,
String uri,
String localName,
String name,
Attributes attributes)
throws SAXException
parent - uri - localName - name - attributes -
SAXException
public void onEndStartElement(BufferedElement element,
String uri,
String localName,
String name,
Attributes attributes)
throws SAXException
element - uri - localName - name - attributes -
SAXException
public 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||