Uses of Class
org.jdom2.output.support.SAXTarget
Packages that use SAXTarget
Package
Description
Classes used to implement output functionality that are not part of the
actual Output API, but rather part of the implementation.
-
Uses of SAXTarget in org.jdom2.output.support
Methods in org.jdom2.output.support with parameters of type SAXTargetModifier and TypeMethodDescriptionprotected voidAbstractSAXOutputProcessor.printCDATA(SAXTarget out, FormatStack fstack, CDATA cdata) This will handle printing of aCDATA.protected voidAbstractSAXOutputProcessor.printComment(SAXTarget out, FormatStack fstack, Comment comment) This will handle printing of aComment.protected voidAbstractSAXOutputProcessor.printContent(SAXTarget out, FormatStack fstack, NamespaceStack nstack, Walker walker) This will handle printing of a List ofContent.protected voidAbstractSAXOutputProcessor.printDocType(SAXTarget out, FormatStack fstack, DocType docType) This will handle printing of aDocType.protected voidAbstractSAXOutputProcessor.printDocument(SAXTarget out, FormatStack fstack, NamespaceStack nstack, Document document) This will handle printing of aDocument.protected voidAbstractSAXOutputProcessor.printElement(SAXTarget out, FormatStack fstack, NamespaceStack nstack, Element element) This will handle printing of anElement.protected voidAbstractSAXOutputProcessor.printEntityRef(SAXTarget out, FormatStack fstack, EntityRef entity) This will handle printing of anEntityRef.protected voidAbstractSAXOutputProcessor.printProcessingInstruction(SAXTarget out, FormatStack fstack, ProcessingInstruction pi) This will handle printing of aProcessingInstruction.protected voidAbstractSAXOutputProcessor.printText(SAXTarget out, FormatStack fstack, Text text) This will handle printing of aText.voidvoidvoidvoidvoidvoidvoidvoidAbstractSAXOutputProcessor.process(SAXTarget out, Format format, ProcessingInstruction pi) voidvoidThis will handle printing out a list of nodes.voidPrint out anode.CDATAvoidPrint out a.CommentvoidPrint out the.DocTypevoidThis will print theto the given SAXTarget.DocumentvoidvoidPrint out a.EntityRefvoidSAXOutputProcessor.process(SAXTarget out, Format format, ProcessingInstruction pi) Print out a.ProcessingInstructionvoidPrint out anode.TextvoidAbstractSAXOutputProcessor.processAsDocument(SAXTarget out, Format format, List<? extends Content> nodes) voidAbstractSAXOutputProcessor.processAsDocument(SAXTarget out, Format format, Element node) voidSAXOutputProcessor.processAsDocument(SAXTarget out, Format format, List<? extends Content> list) This will handle printing out a list of nodes thats encapsulated in start/end Document SAX events.voidSAXOutputProcessor.processAsDocument(SAXTarget out, Format format, Element element)