Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.jclark.xsl.tr.StringResult
Constructor Summary | |
|
Method Summary | |
void | |
void |
|
(package private) void |
|
void |
|
Result |
|
void |
|
void |
|
void | |
void |
|
void |
|
void |
|
void |
|
String |
|
public void characters(String str) throws XSLException
- Specified by:
- characters in interface Result
(package private) void clear()
public void processingInstruction(String target, String data)
- Specified by:
- processingInstruction in interface Result
public void rawCharacters(String str) throws XSLException
- Specified by:
- rawCharacters in interface Result
public void startElement(Name elementType, NamespacePrefixMap nsMap)
(NB) The nsMap must declare the prefix on elementType correctly.
- Specified by:
- startElement in interface Result
public String toString()