|
|||||||||
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 |
endPreserving()
Ends a whitespace preserving section. |
void |
endUnescaping()
Ends an un-escaping section. |
void |
startPreserving()
Starts a whitespace preserving section. |
void |
startUnescaping()
Starts an un-escaping section. |
Method Detail |
public void startUnescaping()
The contents of the un-escaping section will be delivered through the regular characters event.
public void endUnescaping()
startUnescaping()
public void startPreserving()
The contents of the whitespace preserving section will be delivered through the regular characters event.
public void endPreserving()
startPreserving()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |