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.


Inner classes inherited from class org.jdom.output.XMLOutputter
org.jdom.output.XMLOutputter.Format, org.jdom.output.XMLOutputter.NamespaceStack
 
Fields inherited from class org.jdom.output.XMLOutputter
currentFormat, CVS_ID, defaultFormat, encoding, noFormatting, omitDeclaration, omitEncoding, STANDARD_INDENT, STANDARD_LINE_SEPARATOR
 
Methods inherited from class org.jdom.output.XMLOutputter
clone, createNamespaceStack, endsWithWhite, escapeAttributeEntities, escapeElementEntities, indent, isAllWhitespace, isWhitespace, makeWriter, makeWriter, newline, nextNonText, 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, printAdditionalNamespaces, printAttributes, printCDATA, printComment, printContentRange, printDeclaration, printDocType, printElement, printElementNamespace, printEntityRef, printNamespace, printProcessingInstruction, printString, printText, printTextRange, setEncoding, setExpandEmptyElements, setIndent, setIndent, setIndent, setIndentSize, setLineSeparator, setNewlines, setOmitDeclaration, setOmitEncoding, setTextNormalize, setTextTrim, setTrimAllWhite, skipLeadingWhite, skipTrialingWhite, startsWithWhite, toString
 
Methods inherited from class java.lang.Object
, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.