|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jdom.output.XMLOutputter org.hoglet.handlers.core.XMLHandler
public class XMLHandler
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jdom.output.XMLOutputter |
---|
org.jdom.output.XMLOutputter.NamespaceStack |
Field Summary |
---|
Fields inherited from class org.jdom.output.XMLOutputter |
---|
currentFormat, preserveFormat |
Constructor Summary | |
---|---|
XMLHandler()
|
Method Summary | |
---|---|
String |
convert(Tag tag,
String tagContent)
|
void |
init(org.jdom.Element root)
|
boolean |
isAutoExpandContent()
|
void |
printElement(Writer out,
org.jdom.Element el,
int level,
org.jdom.output.XMLOutputter.NamespaceStack ns)
|
Methods inherited from class org.jdom.output.XMLOutputter |
---|
clone, escapeAttributeEntities, escapeElementEntities, getFormat, 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, printAttributes, printCDATA, printComment, printDeclaration, printDocType, printEntityRef, printProcessingInstruction, printText, setFormat, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XMLHandler()
Method Detail |
---|
public void printElement(Writer out, org.jdom.Element el, int level, org.jdom.output.XMLOutputter.NamespaceStack ns) throws IOException
printElement
in class org.jdom.output.XMLOutputter
IOException
public void init(org.jdom.Element root) throws org.jdom.JDOMException, HogletException
init
in interface JDOMInitable
org.jdom.JDOMException
HogletException
public String convert(Tag tag, String tagContent) throws HogletException
convert
in interface TagHandler
HogletException
public boolean isAutoExpandContent()
isAutoExpandContent
in interface TagHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |