public interface Result
| Modifier and Type | Method and Description |
|---|---|
void |
attribute(Name name,
java.lang.String value) |
void |
characters(java.lang.String str) |
void |
comment(java.lang.String str) |
Result |
createResult(java.lang.String uri) |
void |
end() |
void |
endElement(Name elementType) |
void |
message(Node node,
java.lang.String str) |
void |
processingInstruction(java.lang.String target,
java.lang.String data) |
void |
rawCharacters(java.lang.String str) |
void |
start(OutputMethod outputMethod) |
void |
startElement(Name elementType,
NamespacePrefixMap nsMap) |
void characters(java.lang.String str)
throws XSLException
XSLExceptionvoid rawCharacters(java.lang.String str)
throws XSLException
XSLExceptionvoid startElement(Name elementType, NamespacePrefixMap nsMap) throws XSLException
XSLExceptionvoid endElement(Name elementType) throws XSLException
XSLExceptionvoid comment(java.lang.String str)
throws XSLException
XSLExceptionvoid processingInstruction(java.lang.String target,
java.lang.String data)
throws XSLException
XSLExceptionvoid attribute(Name name, java.lang.String value) throws XSLException
XSLExceptionvoid start(OutputMethod outputMethod) throws XSLException
XSLExceptionvoid end()
throws XSLException
XSLExceptionResult createResult(java.lang.String uri) throws XSLException
XSLExceptionvoid message(Node node, java.lang.String str) throws XSLException
XSLException