|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjd.xml.xslt.result.ResultBuilder
jd.xml.xslt.result.ProxyResultBuilder
A ResultBuilder proxy.
| Field Summary | |
protected ResultBuilder |
resultBuilder_
|
| Constructor Summary | |
ProxyResultBuilder(String uri)
Create a ResultBuilder. |
|
ProxyResultBuilder(String uri,
ResultBuilder resultBuilder)
Create a ResultBuilder. |
|
| Method Summary | |
void |
addAttribute(String name,
String prefix,
String uri,
String value)
Add an attribute to the output. |
void |
addComment(String value)
Add a comment to the output. |
void |
addNamespace(String prefix,
String uri,
boolean test)
Add a namespace node to the output. |
void |
addProcessingInstruction(String target,
String data)
Add a processing instruction to the output. |
void |
addText(String text)
Add text to the output. |
void |
addTextUnescaped(String text)
Add text to the output. |
void |
cleanup()
Cleanup any resources. |
void |
endDocument()
End the document output. |
void |
endElement()
End an element output. |
String |
getNamespacePrefix(String uri)
Return the current namespace prefix of the namespace with the given uri |
void |
startDocument(OutputFormat outputFormat)
Start the document. |
void |
startElement(String namespaceUri,
String name,
NamespaceContext namespaceContext,
boolean isCDataSectionElement)
Start an element output. |
| Methods inherited from class jd.xml.xslt.result.ResultBuilder |
addAttribute, convertException, getSubResultBuilder, getUri, startElement |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected ResultBuilder resultBuilder_
| Constructor Detail |
public ProxyResultBuilder(String uri)
uri - the document uri.
public ProxyResultBuilder(String uri,
ResultBuilder resultBuilder)
uri - the document uri.| Method Detail |
public void startDocument(OutputFormat outputFormat)
startDocument in class ResultBuilderoutputFormat - the output formatpublic void endDocument()
endDocument in class ResultBuilder
public void startElement(String namespaceUri,
String name,
NamespaceContext namespaceContext,
boolean isCDataSectionElement)
startElement in class ResultBuildernamespaceUri - the namespace of the element or null if it has nonename - the element namenamespaceContext - the namespace context of the element.public void endElement()
endElement in class ResultBuilder
public void addNamespace(String prefix,
String uri,
boolean test)
addNamespace in class ResultBuilderprefix - the namespace prefixuri - the namespace uritest - flag if it should be tested that the namespace can be inserted
in the output tree at this place.public String getNamespacePrefix(String uri)
getNamespacePrefix in class ResultBuilder
public void addAttribute(String name,
String prefix,
String uri,
String value)
addAttribute in class ResultBuildername - the qnameprefix - the prefixuri - the namespace urivalue - the valuepublic void addText(String text)
addText in class ResultBuilderpublic void addTextUnescaped(String text)
addTextUnescaped in class ResultBuilderpublic void addComment(String value)
addComment in class ResultBuilder
public void addProcessingInstruction(String target,
String data)
addProcessingInstruction in class ResultBuilderpublic void cleanup()
cleanup in class ResultBuilder
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||