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
XSLException
void rawCharacters(java.lang.String str) throws XSLException
XSLException
void startElement(Name elementType, NamespacePrefixMap nsMap) throws XSLException
XSLException
void endElement(Name elementType) throws XSLException
XSLException
void comment(java.lang.String str) throws XSLException
XSLException
void processingInstruction(java.lang.String target, java.lang.String data) throws XSLException
XSLException
void attribute(Name name, java.lang.String value) throws XSLException
XSLException
void start(OutputMethod outputMethod) throws XSLException
XSLException
void end() throws XSLException
XSLException
Result createResult(java.lang.String uri) throws XSLException
XSLException
void message(Node node, java.lang.String str) throws XSLException
XSLException