|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jclark.xsl.tr.StringResult
class StringResult
Constructor Summary | |
---|---|
StringResult()
|
|
StringResult(Result result)
|
Method Summary | |
---|---|
void |
attribute(Name name,
java.lang.String value)
Construct an Attribute ... |
void |
characters(java.lang.String str)
build a TEXT node |
(package private) void |
clear()
|
void |
comment(java.lang.String str)
Construct a comment |
Result |
createResult(java.lang.String uri)
Create a new Result object for serializing to the destination uri. |
void |
end()
Finish constructing stuff. |
void |
endElement(Name elementType)
Finish constructing an Element |
void |
message(Node node,
java.lang.String str)
Support the xsl:message element. |
void |
processingInstruction(java.lang.String target,
java.lang.String data)
Construct a Processing Instruction |
void |
rawCharacters(java.lang.String str)
Some (possibly) non XML characters |
void |
start(OutputMethod om)
Prepare to start constructing stuff. |
void |
startElement(Name elementType,
NamespacePrefixMap nsMap)
Start constructing an Element (NB) The nsMap must declare the prefix on elementType correctly. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
StringResult()
StringResult(Result result)
Method Detail |
---|
void clear()
public java.lang.String toString()
toString
in class java.lang.Object
public void characters(java.lang.String str) throws XSLException
Result
characters
in interface Result
XSLException
public void rawCharacters(java.lang.String str) throws XSLException
Result
rawCharacters
in interface Result
XSLException
public void comment(java.lang.String str)
Result
comment
in interface Result
public void processingInstruction(java.lang.String target, java.lang.String data)
Result
processingInstruction
in interface Result
public void attribute(Name name, java.lang.String value)
Result
xsl:attribute
for example.
attribute
in interface Result
public void startElement(Name elementType, NamespacePrefixMap nsMap)
Result
startElement
in interface Result
public void endElement(Name elementType)
Result
endElement
in interface Result
public void start(OutputMethod om)
Result
start
in interface Result
om
- whatever the stylesheeet has told us
about how it wants the trasnformed results outputpublic void end()
Result
end
in interface Result
public Result createResult(java.lang.String uri)
Result
createResult
in interface Result
public void message(Node node, java.lang.String str) throws XSLException
Result
xsl:message
element.
message
in interface Result
node
- The source context node under consideration
when the message action is performed. May be used for
locator information
XSLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |