org.apache.velocity.anakia
Class NodeList.AttributeXMLOutputter

java.lang.Object
  |
  +--XMLOutputter
        |
        +--org.apache.velocity.anakia.NodeList.AttributeXMLOutputter
Enclosing class:
NodeList

private static final class NodeList.AttributeXMLOutputter
extends 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.


Constructor Summary
private NodeList.AttributeXMLOutputter()
           
 
Method Summary
 void output(Attribute attribute, java.io.Writer out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeList.AttributeXMLOutputter

private NodeList.AttributeXMLOutputter()
Method Detail

output

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


Copyright © 2001 Apache Software Foundation. All Rights Reserved.