|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface that supplements DocumentHandler
and
ContentHandler
with additional methods suitable
for serialization. This interface is required only for XML and
HTML serializers.
Method Summary | |
void |
endNonEscaping()
Ends an un-escaping section. |
void |
endPreserving()
Ends a whitespace preserving section. |
void |
startNonEscaping()
Starts an un-escaping section. |
void |
startPreserving()
Starts a whitespace preserving section. |
Method Detail |
public void startNonEscaping() throws SAXException
The contents of the un-escaping section will be delivered through the regular characters event.
public void endNonEscaping() throws SAXException
startNonEscaping()
public void startPreserving() throws SAXException
The contents of the whitespace preserving section will be delivered through the regular characters event.
public void endPreserving() throws SAXException
startPreserving()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |