org.apache.velocity.anakia
Class NodeList.AttributeXMLOutputter

java.lang.Object
  |
  +--org.jdom.output.XMLOutputter
        |
        +--org.apache.velocity.anakia.NodeList.AttributeXMLOutputter
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
NodeList

private static final class NodeList.AttributeXMLOutputter
extends org.jdom.output.XMLOutputter

A special subclass of XMLOutputter that will be used to output Attribute nodes. As a subclass of XMLOutputter it can use its protected method escapeAttributeEntities() to serialize the attribute appropriately.


Field Summary
 
Fields inherited from class org.jdom.output.XMLOutputter
 
Constructor Summary
private NodeList.AttributeXMLOutputter()
           
 
Method Summary
 void output(org.jdom.Attribute attribute, java.io.Writer out)
           
 
Methods inherited from class org.jdom.output.XMLOutputter
clone, createNamespaceStack, escapeAttributeEntities, escapeElementEntities, indent, indent, makeWriter, makeWriter, newline, output, output, output, output, output, output, output, output, output, output, output, output, output, output, output, output, output, output, output, output, outputElementContent, outputElementContent, outputString, outputString, outputString, outputString, outputString, outputString, outputString, outputString, outputString, outputString, parseArgs, printAttributes, printCDATA, printComment, printContent, printContentRange, printDeclaration, printDocType, printElement, printElementContent, printEntityRef, printProcessingInstruction, printString, printText, printTextRange, setEncoding, setExpandEmptyElements, setIndent, setIndent, setIndent, setIndentLevel, setIndentSize, setLineSeparator, setNewlines, setOmitDeclaration, setOmitEncoding, setPadText, setSuppressDeclaration, setTextNormalize, setTextTrim, setTrimAllWhite, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeList.AttributeXMLOutputter

private NodeList.AttributeXMLOutputter()
Method Detail

output

public void output(org.jdom.Attribute attribute,
                   java.io.Writer out)
            throws java.io.IOException
java.io.IOException


Copyright ? 2003 Apache Software Foundation. All Rights Reserved.