Uses of Class
org.apache.commons.jelly.XMLOutput
Packages that use XMLOutput
Package
Description
This package contains the main jelly API classes.
Core implementation classes for Jelly.
The core Tags from the JSTL plus Jelly extensions.
-
Uses of XMLOutput in org.apache.commons.jelly
Methods in org.apache.commons.jelly that return XMLOutputModifier and TypeMethodDescriptionstatic XMLOutputXMLOutput.createDummyXMLOutput()returns an XMLOutput object that will discard all tag-generated XML events.static XMLOutputXMLOutput.createXMLOutput(OutputStream out) Creates a text based XMLOutput which converts all XML events into text and writes to the underlying OutputStream.static XMLOutputXMLOutput.createXMLOutput(OutputStream out, boolean escapeText) Creates a text based XMLOutput which converts all XML events into text and writes to the underlying OutputStream.static XMLOutputXMLOutput.createXMLOutput(Writer writer) Creates a text based XMLOutput which converts all XML events into text and writes to the underlying Writer.static XMLOutputXMLOutput.createXMLOutput(Writer writer, boolean escapeText) Creates a text based XMLOutput which converts all XML events into text and writes to the underlying Writer.protected static XMLOutputXMLOutput.createXMLOutput(org.dom4j.io.XMLWriter xmlWriter) Factory method to create a new XMLOutput from an XMLWriterstatic XMLOutputXMLOutput.createXMLOutput(XMLReader xmlReader) Creates an XMLOutput from an existing SAX XMLReader.XMLOutputFactory.createXMLOutput(Writer writer, boolean escapeText) Methods in org.apache.commons.jelly with parameters of type XMLOutputModifier and TypeMethodDescriptionvoidEvaluates this tag after all the tags properties have been initialized.voidTag.invokeBody(XMLOutput output) A helper method to invoke this tags bodyvoidTagSupport.invokeBody(XMLOutput output) Invokes the body of this tag using the given outputvoidScript.run(JellyContext context, XMLOutput output) Evaluates the body of a tagParses the script from the given File then compiles it and runs it.Parses the script from the given file then compiles it and runs it.Parses the script from the given uri using the JellyContext.getResource() API then compiles it and runs it.Parses the script from the given uri using the JellyContext.getResource() API then compiles it and runs it.Parses the script from the given URL then compiles it and runs it.Parses the script from the given URL then compiles it and runs it.JellyContext.runScript(InputSource source, XMLOutput output) Parses the script from the given InputSource then compiles it and runs it.JellyContext.runScript(InputSource source, XMLOutput output, boolean export, boolean inherit) Parses the script from the given InputSource then compiles it and runs it. -
Uses of XMLOutput in org.apache.commons.jelly.impl
Methods in org.apache.commons.jelly.impl with parameters of type XMLOutputModifier and TypeMethodDescriptionvoidvoidvoidvoidprotected voidTagScript.endNamespacePrefixes(XMLOutput output) End the new namespace prefixes mapped for the current elementvoidExpressionScript.run(JellyContext context, XMLOutput output) Evaluates the body of a tagvoidScriptBlock.run(JellyContext context, XMLOutput output) Evaluates the body of a tagvoidStaticTagScript.run(JellyContext context, XMLOutput output) voidTagScript.run(JellyContext context, XMLOutput output) Evaluates the body of a tagvoidTextScript.run(JellyContext context, XMLOutput output) Evaluates the body of a tagprotected voidTagScript.startNamespacePrefixes(XMLOutput output) Output the new namespace prefixes used for this element -
Uses of XMLOutput in org.apache.commons.jelly.tags.core
Methods in org.apache.commons.jelly.tags.core that return XMLOutputModifier and TypeMethodDescriptionprotected XMLOutputFileTag.createXMLOutput(Writer writer) A Factory method to create a new XMLOutput from the given Writer.Methods in org.apache.commons.jelly.tags.core with parameters of type XMLOutputModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidDeprecated.voidPerform tag processingvoidvoidvoidvoidDeprecated.voidInvoke the body and produce no output.voidvoidvoidvoidvoidvoidvoidDeprecated.voidvoidvoidvoidvoidTag interfacevoidprotected ObjectUseBeanTag.newInstance(Class theClass, Map attributes, XMLOutput output) Creates a new instance of the given class, which by default will invoke the default constructor.protected voidParses the body of this tag and returns the parsed documentvoidThreadTag.setXmlOutput(XMLOutput xmlOutput) Sets the destination of output -
Uses of XMLOutput in org.apache.commons.jelly.test
Methods in org.apache.commons.jelly.test that return XMLOutput