org.apache.velocity.anakia

Class 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.

Method Summary

void
output(Attribute attribute, Writer out)

Method Details

output

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

Copyright B) 2002 Apache Software Foundation. All Rights Reserved.