|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputFormatTemplate | |
jd.xml.xslt.parser | Contains parser classes for stylesheets, stylesheet templates elements and patterns. |
jd.xml.xslt.template | Contains classes representing the various XSLT template elements and instructions. |
Uses of OutputFormatTemplate in jd.xml.xslt.parser |
Methods in jd.xml.xslt.parser that return OutputFormatTemplate | |
OutputFormatTemplate |
StylesheetData.getOutputFormatTemplate()
|
Methods in jd.xml.xslt.parser with parameters of type OutputFormatTemplate | |
void |
XsltParseContext.addCDataSectionElements(String qnames,
OutputFormatTemplate oft)
|
void |
TextContentBuilder.document(String xslUri,
AttributeValue href,
OutputFormatTemplate format,
Template template)
|
(package private) AttributeValue |
TemplateParser.parseOutputFormat(AttributeIterator attributes,
OutputFormatTemplate formatTemplate,
boolean isOutputInstruction)
Parse a xsl:output or xsl:document instruction. |
Uses of OutputFormatTemplate in jd.xml.xslt.template |
Methods in jd.xml.xslt.template with parameters of type OutputFormatTemplate | |
void |
TemplateVisitor.document(String xslUri,
AttributeValue href,
OutputFormatTemplate format,
Template template)
|
void |
TemplateScreener.visit(OutputFormatTemplate formatTemplate)
|
void |
TemplateScreener.document(String xslUri,
AttributeValue href,
OutputFormatTemplate format,
Template template)
|
Constructors in jd.xml.xslt.template with parameters of type OutputFormatTemplate | |
DocumentTemplate(String xslUri,
AttributeValue href,
OutputFormatTemplate format,
Template template)
Create a DocumentTemplate. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |