|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An interface for processing XSLT result trees. This class is a combination of a SAX 1.0 document handler plus some extra methods for dealing with CDATA comments and entity references. This should be upgraded to a SAX 2.0 Lexical Handler, when they become more prominent
| Method Summary | |
|---|---|
void |
cdata(char[] chars,
int start,
int length)
Signals to receive CDATA characters |
void |
comment(java.lang.String data)
Signals to recieve a comment |
void |
entityReference(java.lang.String name)
Signals to recieve an entity reference with the given name |
void |
setIndentSize(short indentSize)
Sets the indent size for all formatters that perform serialization, in which indentation is applicable. |
void |
setOutputFormat(OutputFormat format)
Sets the output format information for Formatters that perform serialization. |
void |
unescapedCharacters(char[] chars,
int start,
int length)
Signals to receive characters which should not be escaped |
| Methods inherited from interface org.xml.sax.DocumentHandler |
|---|
characters, endDocument, endElement, ignorableWhitespace, processingInstruction, setDocumentLocator, startDocument, startElement |
| Method Detail |
public void cdata(char[] chars,
int start,
int length)
chars - the character array containing the characters
to receivestart - the index into the character array to start receiving
characters atlength - the number of characters to recievepublic void comment(java.lang.String data)
public void entityReference(java.lang.String name)
name - the name of the entity referencepublic void setIndentSize(short indentSize)
indentSize - the number of characters to indentpublic void setOutputFormat(OutputFormat format)
format - the OutputFormat used to specify properties
during serialization
public void unescapedCharacters(char[] chars,
int start,
int length)
chars - the character array containing the characters
to receivestart - the index into the character array to start receiving
characters atlength - the number of characters to recieve
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||