com.jclark.xsl.tr
Class StringResult
java.lang.Object
com.jclark.xsl.tr.StringResult
- Result
(package private) class StringResult
extends java.lang.Object
StringResult
(package private) StringResult()
StringResult
(package private) StringResult(Result result)
attribute
public void attribute(Name name,
String value)
Construct an Attribute ... Unlike SAX, we don't have the
luxury of having all the Attributes present when the
Element is started. Some may be constructed later as
a consequence of an xsl:attribute
for example.
- attribute in interface Result
clear
(package private) void clear()
comment
public void comment(String str)
Construct a comment
- comment in interface Result
createResult
public Result createResult(String uri)
Create a new Result object for serializing to
the destination uri. Provides support for the
"xt:document" extension element
- createResult in interface Result
end
public void end()
Finish constructing stuff.
- end in interface Result
endElement
public void endElement(Name elementType)
Finish constructing an Element
- endElement in interface Result
message
public void message(Node node,
String str)
throws XSLException
Support the 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
processingInstruction
public void processingInstruction(String target,
String data)
Construct a Processing Instruction
- processingInstruction in interface Result
start
public void start(OutputMethod om)
Prepare to start constructing stuff. ... take care of
any initialization tasks.
- start in interface Result
startElement
public void startElement(Name elementType,
NamespacePrefixMap nsMap)
Start constructing an Element
(NB) The nsMap must declare the prefix on elementType correctly.
- startElement in interface Result
toString
public String toString()