|
|||||||||
| Home >> All >> org >> jdom >> [ output overview ] | PREV NEXT | ||||||||
A
- adapterClass - Variable in class org.jdom.output.DOMOutputter
- Adapter to use for interfacing with the DOM implementation
- addNsAttribute(AttributesImpl, Namespace) - Method in class org.jdom.output.SAXOutputter
- Appends a namespace declaration in the form of a xmlns attribute to an attribute list, crerating this latter if needed.
- attrTypeToNameMap - Static variable in class org.jdom.output.SAXOutputter
- Array to map JDOM attribute type (as entry index) to SAX attribute type names.
B
- bits - Variable in class org.jdom.output.Format.DefaultEscapeStrategy
C
- CVS_ID - Static variable in class org.jdom.output.DOMOutputter
- CVS_ID - Static variable in class org.jdom.output.Format
- CVS_ID - Static variable in class org.jdom.output.JDOMLocator
- CVS_ID - Static variable in class org.jdom.output.NamespaceStack
- CVS_ID - Static variable in class org.jdom.output.SAXOutputter
- CVS_ID - Static variable in class org.jdom.output.XMLOutputter
- canEncode - Variable in class org.jdom.output.Format.DefaultEscapeStrategy
- cdata(String) - Method in class org.jdom.output.SAXOutputter
- This will be called for each chunk of CDATA section encountered.
- characters(String) - Method in class org.jdom.output.SAXOutputter
- This will be called for each chunk of character data encountered.
- clone() - Method in class org.jdom.output.Format
- clone() - Method in class org.jdom.output.XMLOutputter
- Returns a copy of this XMLOutputter.
- comment(String) - Method in class org.jdom.output.SAXOutputter
- This will be called for each chunk of comment data encontered.
- contentHandler - Variable in class org.jdom.output.SAXOutputter
- registered
ContentHandler - createDOMDocument(DocType) - Method in class org.jdom.output.DOMOutputter
- createDTDParser() - Method in class org.jdom.output.SAXOutputter
- This will create a SAX XMLReader capable of parsing a DTD and configure it so that the DTD parsing events are routed to the handlers registered onto this SAXOutputter.
- createNamespaceStack() - Method in class org.jdom.output.XMLOutputter
- Factory for making new NamespaceStack objects.
- createParser() - Method in class org.jdom.output.SAXOutputter
- Creates a SAX XMLReader.
- currentFormat - Variable in class org.jdom.output.XMLOutputter
D
- DECL_HANDLER_ALT_PROPERTY - Static variable in class org.jdom.output.SAXOutputter
- Shortcut for SAX-ext.
- DECL_HANDLER_SAX_PROPERTY - Static variable in class org.jdom.output.SAXOutputter
- Shortcut for SAX-ext.
- DEFAULT_ADAPTER_CLASS - Static variable in class org.jdom.output.DOMOutputter
- Default adapter class
- DOMOutputter - class org.jdom.output.DOMOutputter.
- Outputs a JDOM org.jdom.Document as a DOM org.w3c.dom.Document.
- DOMOutputter() - Constructor for class org.jdom.output.DOMOutputter
- This creates a new DOMOutputter which will attempt to first locate a DOM implementation to use via JAXP, and if JAXP does not exist or there's a problem, will fall back to the default parser.
- DOMOutputter(String) - Constructor for class org.jdom.output.DOMOutputter
- This creates a new DOMOutputter using the specified DOMAdapter implementation as a way to choose the underlying parser.
- declHandler - Variable in class org.jdom.output.SAXOutputter
- registered
DeclHandler - declareNamespaces - Variable in class org.jdom.output.SAXOutputter
- Whether to report attribute namespace declarations as xmlns attributes.
- documentLocator(Document) - Method in class org.jdom.output.SAXOutputter
- This method tells you the line of the XML file being parsed.
- dtdEvents(Document) - Method in class org.jdom.output.SAXOutputter
- This parses a DTD declaration to fire the related events towards the registered handlers.
- dtdHandler - Variable in class org.jdom.output.SAXOutputter
- registered
DTDHandler
E
- EscapeStrategy - interface org.jdom.output.EscapeStrategy.
- Logic to determine which characters should be formatted as character entities.
- element(Element, NamespaceStack) - Method in class org.jdom.output.SAXOutputter
- This will recursively invoke all of the callbacks for a particular element.
- elementContent(List, NamespaceStack) - Method in class org.jdom.output.SAXOutputter
- This will invoke the callbacks for the content of an element.
- elementContent(Content, NamespaceStack) - Method in class org.jdom.output.SAXOutputter
- This will invoke the callbacks for the content of an element.
- encoder - Variable in class org.jdom.output.Format.DefaultEscapeStrategy
- encoding - Variable in class org.jdom.output.Format
- The encoding format
- endDocument() - Method in class org.jdom.output.SAXOutputter
- Always the last method of all callbacks in all handlers to be invoked.
- endElement(Element) - Method in class org.jdom.output.SAXOutputter
-
This will invoke the
endElementcallback in theContentHandler. - endPrefixMapping(NamespaceStack, int) - Method in class org.jdom.output.SAXOutputter
-
This will invoke the
endPrefixMappingcallback in theContentHandlerwhen a namespace is goes out of scope in theDocument. - endsWithWhite(String) - Method in class org.jdom.output.XMLOutputter
- entityRef(EntityRef) - Method in class org.jdom.output.SAXOutputter
-
This will invoke the
ContentHandler.skippedEntitycallback when an entity reference is encountered. - entityResolver - Variable in class org.jdom.output.SAXOutputter
- registered
EntityResolver - errorHandler - Variable in class org.jdom.output.SAXOutputter
- registered
ErrorHandler - escapeAttributeEntities(String) - Method in class org.jdom.output.XMLOutputter
- This will take the pre-defined entities in XML 1.0 and convert their character representation to the appropriate entity reference, suitable for XML attributes.
- escapeElementEntities(String) - Method in class org.jdom.output.XMLOutputter
- This will take the three pre-defined entities in XML 1.0 (used specifically in XML elements) and convert their character representation to the appropriate entity reference, suitable for XML element content.
- escapeOutput - Variable in class org.jdom.output.XMLOutputter
- Whether output escaping is enabled for the being processed
Element - default is
true - escapeStrategy - Variable in class org.jdom.output.Format
- entity escape logic
- expandEmptyElements - Variable in class org.jdom.output.Format
- Whether or not to expand empty elements to
<tagName></tagName> - default is
false
F
- Format - class org.jdom.output.Format.
- Class to encapsulate XMLOutputter format options.
- Format() - Constructor for class org.jdom.output.Format
- Creates a new Format instance with default (raw) behavior.
- Format.DefaultEscapeStrategy - class org.jdom.output.Format.DefaultEscapeStrategy.
- Handle common charsets quickly and easily.
- Format.DefaultEscapeStrategy(String) - Constructor for class org.jdom.output.Format.DefaultEscapeStrategy
- Format.TextMode - class org.jdom.output.Format.TextMode.
- Class to signify how text should be handled on output.
- Format.TextMode(String) - Constructor for class org.jdom.output.Format.TextMode
G
- getAttributeTypeName(int) - Static method in class org.jdom.output.SAXOutputter
- Returns the SAX 2.0 attribute type string from the type of a JDOM Attribute.
- getCompactFormat() - Static method in class org.jdom.output.Format
- Returns a new Format object that performs whitespace normalization, uses the UTF-8 encoding, doesn't expand empty elements, includes the declaration and encoding, and uses the default entity escape strategy.
- getContentHandler() - Method in class org.jdom.output.SAXOutputter
- Returns the registered
ContentHandler. - getDTDHandler() - Method in class org.jdom.output.SAXOutputter
- Return the registered
DTDHandler. - getDeclHandler() - Method in class org.jdom.output.SAXOutputter
- Return the registered
DeclHandler. - getEncoding() - Method in class org.jdom.output.Format
- Returns the configured output encoding.
- getEntityResolver() - Method in class org.jdom.output.SAXOutputter
- Return the registered
EntityResolver. - getErrorHandler() - Method in class org.jdom.output.SAXOutputter
- Return the registered
ErrorHandler. - getEscapeStrategy() - Method in class org.jdom.output.Format
- Returns the current escape strategy
- getExpandEmptyElements() - Method in class org.jdom.output.Format
- Returns whether empty elements are expanded.
- getFeature(String) - Method in class org.jdom.output.SAXOutputter
- This will look up the value of a SAX feature.
- getFormat() - Method in class org.jdom.output.XMLOutputter
- Returns the current format in use by the outputter.
- getIgnoreTrAXEscapingPIs() - Method in class org.jdom.output.Format
- Returns whether JAXP TrAX processing instructions for disabling/enabling output escaping are ignored.
- getIndent() - Method in class org.jdom.output.Format
- Returns the indent string in use.
- getLexicalHandler() - Method in class org.jdom.output.SAXOutputter
- Return the registered
LexicalHandler. - getLineSeparator() - Method in class org.jdom.output.Format
- Returns the current line separator.
- getLocator() - Method in class org.jdom.output.SAXOutputter
- Returns a JDOMLocator object referencing the node currently being processed by this outputter.
- getNode() - Method in class org.jdom.output.JDOMLocator
- Returns the JDOM node being processed by SAXOutputter.
- getOmitDeclaration() - Method in class org.jdom.output.Format
- Returns whether the XML declaration will be omitted.
- getOmitEncoding() - Method in class org.jdom.output.Format
- Returns whether the XML declaration encoding will be omitted.
- getPrettyFormat() - Static method in class org.jdom.output.Format
- Returns a new Format object that performs whitespace beautification with 2-space indents, uses the UTF-8 encoding, doesn't expand empty elements, includes the declaration and encoding, and uses the default entity escape strategy.
- getProperty(String) - Method in class org.jdom.output.SAXOutputter
- This will look up the value of a SAX property.
- getRawFormat() - Static method in class org.jdom.output.Format
- Returns a new Format object that performs no whitespace changes, uses the UTF-8 encoding, doesn't expand empty elements, includes the declaration and encoding, and uses the default entity escape strategy.
- getReportDTDEvents() - Method in class org.jdom.output.SAXOutputter
- Returns whether DTD events will be reported.
- getReportNamespaceDeclarations() - Method in class org.jdom.output.SAXOutputter
- Returns whether attribute namespace declarations shall be reported as "xmlns" attributes.
- getTextMode() - Method in class org.jdom.output.Format
- Returns the current text output style.
- getURI(String) - Method in class org.jdom.output.NamespaceStack
- Given a prefix, this will return the namespace URI most rencently (topmost) associated with that prefix.
- getXmlnsTagFor(Namespace) - Static method in class org.jdom.output.DOMOutputter
- This will handle adding any
org.jdom.Namespaceattributes to the DOM tree.
H
- handleError(JDOMException) - Method in class org.jdom.output.SAXOutputter
- Notifies the registered SAX error handler (if any) of an input processing error.
I
- ignoreTrAXEscapingPIs - Variable in class org.jdom.output.Format
- Whether TrAX output escaping disabling/enabling PIs are ignored
or processed - default is
false - indent - Variable in class org.jdom.output.Format
- The default indent is no spaces (as original document)
- indent(Writer, int) - Method in class org.jdom.output.XMLOutputter
- This will print indents (only if the newlines flag was
set to
true, and indent is non-null). - isAllWhitespace(Object) - Method in class org.jdom.output.XMLOutputter
- isWhitespace(char) - Static method in class org.jdom.output.XMLOutputter
J
- JDOMLocator - class org.jdom.output.JDOMLocator.
- An implementation of the SAX org.xml.sax.Locator interface that exposes the JDOM node being processed by SAXOutputter.
- JDOMLocator() - Constructor for class org.jdom.output.JDOMLocator
- Default no-arg constructor.
- JDOMLocator(Locator) - Constructor for class org.jdom.output.JDOMLocator
- Copy contructor.
L
- LEXICAL_HANDLER_ALT_PROPERTY - Static variable in class org.jdom.output.SAXOutputter
- Shortcut for SAX-ext.
- LEXICAL_HANDLER_SAX_PROPERTY - Static variable in class org.jdom.output.SAXOutputter
- Shortcut for SAX-ext.
- lexicalHandler - Variable in class org.jdom.output.SAXOutputter
- registered
LexicalHandler - lineSeparator - Variable in class org.jdom.output.Format
- New line separator
- locator - Variable in class org.jdom.output.SAXOutputter
- A SAX Locator that points at the JDOM node currently being outputted.
M
- makeWriter(OutputStream) - Method in class org.jdom.output.XMLOutputter
- Get an OutputStreamWriter, using prefered encoding
(see
Format.setEncoding(java.lang.String)55 ). - makeWriter(OutputStream, String) - Static method in class org.jdom.output.XMLOutputter
- Get an OutputStreamWriter, use specified encoding.
- mode - Variable in class org.jdom.output.Format
- text handling mode
N
- NAMESPACES_SAX_FEATURE - Static variable in class org.jdom.output.SAXOutputter
- Shortcut for SAX namespaces core feature
- NORMALIZE - Static variable in class org.jdom.output.Format.TextMode
- Mode for text normalization (left and right trim plus internal whitespace is normalized to a single space.
- NS_PREFIXES_SAX_FEATURE - Static variable in class org.jdom.output.SAXOutputter
- Shortcut for SAX namespace-prefixes core feature
- NamespaceStack - class org.jdom.output.NamespaceStack.
- A non-public utility class used by both
XMLOutputterandSAXOutputterto manage namespaces in a JDOM Document during output. - NamespaceStack() - Constructor for class org.jdom.output.NamespaceStack
- This creates the needed storage.
- name - Variable in class org.jdom.output.Format.TextMode
- newline(Writer) - Method in class org.jdom.output.XMLOutputter
- This will print a new line only if the newlines flag was set to true.
- nextNonText(List, int) - Static method in class org.jdom.output.XMLOutputter
- node - Variable in class org.jdom.output.JDOMLocator
- The JDOM node being processed by SAXOutputter.
O
- omitDeclaration - Variable in class org.jdom.output.Format
- Whether or not to output the XML declaration
- default is
false - omitEncoding - Variable in class org.jdom.output.Format
- Whether or not to output the encoding in the XML declaration
- default is
false - org.jdom.output - package org.jdom.output
- Classes to represent the components of an XML document.
- output(Document) - Method in class org.jdom.output.DOMOutputter
- This converts the JDOM
Documentparameter to a DOM Document, returning the DOM version. - output(Element, Document, NamespaceStack) - Method in class org.jdom.output.DOMOutputter
- output(Attribute, Document) - Method in class org.jdom.output.DOMOutputter
- output(Document) - Method in class org.jdom.output.SAXOutputter
- This will output the
JDOM Document, firing off the SAX events that have been registered. - output(List) - Method in class org.jdom.output.SAXOutputter
- This will output a list of JDOM nodes as a document, firing off the SAX events that have been registered.
- output(Element) - Method in class org.jdom.output.SAXOutputter
- This will output a single JDOM element as a document, firing off the SAX events that have been registered.
- output(Document, OutputStream) - Method in class org.jdom.output.XMLOutputter
- This will print the
Documentto the given output stream. - output(DocType, OutputStream) - Method in class org.jdom.output.XMLOutputter
- Print out the
org.jdom.DocType. - output(Element, OutputStream) - Method in class org.jdom.output.XMLOutputter
- Print out an
org.jdom.Element, including itsorg.jdom.Attributes, and all contained (child) elements, etc. - output(List, OutputStream) - Method in class org.jdom.output.XMLOutputter
- This will handle printing out a list of nodes.
- output(CDATA, OutputStream) - Method in class org.jdom.output.XMLOutputter
- Print out a
org.jdom.CDATAnode. - output(Text, OutputStream) - Method in class org.jdom.output.XMLOutputter
- Print out a
org.jdom.Textnode. - output(Comment, OutputStream) - Method in class org.jdom.output.XMLOutputter
- Print out a
org.jdom.Comment. - output(ProcessingInstruction, OutputStream) - Method in class org.jdom.output.XMLOutputter
- Print out a
org.jdom.ProcessingInstruction. - output(EntityRef, OutputStream) - Method in class org.jdom.output.XMLOutputter
- Print out a
org.jdom.EntityRef. - output(Document, Writer) - Method in class org.jdom.output.XMLOutputter
- This will print the
Documentto the given Writer. - output(DocType, Writer) - Method in class org.jdom.output.XMLOutputter
- Print out the
org.jdom.DocType. - output(Element, Writer) - Method in class org.jdom.output.XMLOutputter
- Print out an
org.jdom.Element, including itsorg.jdom.Attributes, and all contained (child) elements, etc. - output(List, Writer) - Method in class org.jdom.output.XMLOutputter
- This will handle printing out a list of nodes.
- output(CDATA, Writer) - Method in class org.jdom.output.XMLOutputter
- Print out a
org.jdom.CDATAnode. - output(Text, Writer) - Method in class org.jdom.output.XMLOutputter
- Print out a
org.jdom.Textnode. - output(Comment, Writer) - Method in class org.jdom.output.XMLOutputter
- Print out a
org.jdom.Comment. - output(ProcessingInstruction, Writer) - Method in class org.jdom.output.XMLOutputter
- Print out a
org.jdom.ProcessingInstruction. - output(EntityRef, Writer) - Method in class org.jdom.output.XMLOutputter
- Print out a
org.jdom.EntityRef. - outputElementContent(Element, OutputStream) - Method in class org.jdom.output.XMLOutputter
- This will handle printing out an
org.jdom.Element's content only, not including its tag, and attributes. - outputElementContent(Element, Writer) - Method in class org.jdom.output.XMLOutputter
- This will handle printing out an
org.jdom.Element's content only, not including its tag, and attributes. - outputFragment(List) - Method in class org.jdom.output.SAXOutputter
- This will output a list of JDOM nodes as a fragment of an XML document, firing off the SAX events that have been registered.
- outputFragment(Content) - Method in class org.jdom.output.SAXOutputter
- This will output a single JDOM nodes as a fragment of an XML document, firing off the SAX events that have been registered.
- outputString(Document) - Method in class org.jdom.output.XMLOutputter
- Return a string representing a document.
- outputString(DocType) - Method in class org.jdom.output.XMLOutputter
- Return a string representing a DocType.
- outputString(Element) - Method in class org.jdom.output.XMLOutputter
- Return a string representing an element.
- outputString(List) - Method in class org.jdom.output.XMLOutputter
- Return a string representing a list of nodes.
- outputString(CDATA) - Method in class org.jdom.output.XMLOutputter
- Return a string representing a CDATA node.
- outputString(Text) - Method in class org.jdom.output.XMLOutputter
- Return a string representing a Text node.
- outputString(Comment) - Method in class org.jdom.output.XMLOutputter
- Return a string representing a comment.
- outputString(ProcessingInstruction) - Method in class org.jdom.output.XMLOutputter
- Return a string representing a PI.
- outputString(EntityRef) - Method in class org.jdom.output.XMLOutputter
- Return a string representing an entity.
P
- PRESERVE - Static variable in class org.jdom.output.Format.TextMode
- Mode for literal text preservation.
- pop() - Method in class org.jdom.output.NamespaceStack
- This will remove the topmost (most recently added)
org.jdom.Namespace, and return its prefix. - prefixes - Variable in class org.jdom.output.NamespaceStack
- The prefixes available
- preserveFormat - Static variable in class org.jdom.output.XMLOutputter
- printAdditionalNamespaces(Writer, Element, XMLOutputter.NamespaceStack) - Method in class org.jdom.output.XMLOutputter
- printAttributes(Writer, List, Element, XMLOutputter.NamespaceStack) - Method in class org.jdom.output.XMLOutputter
- This will handle printing of a
org.jdom.Attributelist. - printCDATA(Writer, CDATA) - Method in class org.jdom.output.XMLOutputter
- This will handle printing of
org.jdom.CDATAtext. - printComment(Writer, Comment) - Method in class org.jdom.output.XMLOutputter
- This will handle printing of comments.
- printContentRange(Writer, List, int, int, int, XMLOutputter.NamespaceStack) - Method in class org.jdom.output.XMLOutputter
- This will handle printing of content within a given range.
- printDeclaration(Writer, Document, String) - Method in class org.jdom.output.XMLOutputter
- This will handle printing of the declaration.
- printDocType(Writer, DocType) - Method in class org.jdom.output.XMLOutputter
- This handle printing the DOCTYPE declaration if one exists.
- printElement(Writer, Element, int, XMLOutputter.NamespaceStack) - Method in class org.jdom.output.XMLOutputter
- This will handle printing of a
org.jdom.Element, itsorg.jdom.Attributes, and all contained (child) elements, etc. - printElementNamespace(Writer, Element, XMLOutputter.NamespaceStack) - Method in class org.jdom.output.XMLOutputter
- printEntityRef(Writer, EntityRef) - Method in class org.jdom.output.XMLOutputter
- This will handle printing a
org.jdom.EntityRef. - printNamespace(Writer, Namespace, XMLOutputter.NamespaceStack) - Method in class org.jdom.output.XMLOutputter
- This will handle printing of any needed
org.jdom.Namespacedeclarations. - printProcessingInstruction(Writer, ProcessingInstruction) - Method in class org.jdom.output.XMLOutputter
- This will handle printing of processing instructions.
- printQualifiedName(Writer, Element) - Method in class org.jdom.output.XMLOutputter
- printQualifiedName(Writer, Attribute) - Method in class org.jdom.output.XMLOutputter
- printString(Writer, String) - Method in class org.jdom.output.XMLOutputter
- This will handle printing a string.
- printText(Writer, Text) - Method in class org.jdom.output.XMLOutputter
- This will handle printing of
org.jdom.Textstrings. - printTextRange(Writer, List, int, int) - Method in class org.jdom.output.XMLOutputter
- This will handle printing of a sequence of
org.jdom.CDATAororg.jdom.Textnodes. - processingInstruction(ProcessingInstruction) - Method in class org.jdom.output.SAXOutputter
-
This will invoke the
ContentHandler.processingInstructioncallback when a processing instruction is encountered. - push(Namespace) - Method in class org.jdom.output.NamespaceStack
- This will add a new
org.jdom.Namespaceto those currently available.
R
- reportDtdEvents - Variable in class org.jdom.output.SAXOutputter
- Whether to report DTD events to DeclHandlers and LexicalHandlers.
S
- SAXOutputter - class org.jdom.output.SAXOutputter.
- Outputs a JDOM document as a stream of SAX2 events.
- SAXOutputter() - Constructor for class org.jdom.output.SAXOutputter
- This will create a
SAXOutputterwithout any registered handler. - SAXOutputter(ContentHandler) - Constructor for class org.jdom.output.SAXOutputter
- This will create a
SAXOutputterwith the specifiedContentHandler. - SAXOutputter(ContentHandler, ErrorHandler, DTDHandler, EntityResolver) - Constructor for class org.jdom.output.SAXOutputter
- This will create a
SAXOutputterwith the specified SAX2 handlers. - SAXOutputter(ContentHandler, ErrorHandler, DTDHandler, EntityResolver, LexicalHandler) - Constructor for class org.jdom.output.SAXOutputter
- This will create a
SAXOutputterwith the specified SAX2 handlers. - STANDARD_ENCODING - Static variable in class org.jdom.output.Format
- standard encoding
- STANDARD_INDENT - Static variable in class org.jdom.output.Format
- standard value to indent by, if we are indenting
- STANDARD_LINE_SEPARATOR - Static variable in class org.jdom.output.Format
- standard string with which to end a line
- setContentHandler(ContentHandler) - Method in class org.jdom.output.SAXOutputter
- This will set the
ContentHandler. - setDTDHandler(DTDHandler) - Method in class org.jdom.output.SAXOutputter
- This will set the
DTDHandler. - setDeclHandler(DeclHandler) - Method in class org.jdom.output.SAXOutputter
- This will set the
DeclHandler. - setEncoding(String) - Method in class org.jdom.output.Format
- Sets the output encoding.
- setEntityResolver(EntityResolver) - Method in class org.jdom.output.SAXOutputter
- This will set the
EntityResolver. - setErrorHandler(ErrorHandler) - Method in class org.jdom.output.SAXOutputter
- This will set the
ErrorHandler. - setEscapeStrategy(EscapeStrategy) - Method in class org.jdom.output.Format
- Sets the Format.DefaultEscapeStrategy to use for character escaping.
- setExpandEmptyElements(boolean) - Method in class org.jdom.output.Format
- This will set whether empty elements are expanded from
<tagName/>to<tagName></tagName>. - setFeature(String, boolean) - Method in class org.jdom.output.SAXOutputter
- This will set the state of a SAX feature.
- setFormat(Format) - Method in class org.jdom.output.XMLOutputter
- Sets the new format logic for the outputter.
- setIgnoreTrAXEscapingPIs(boolean) - Method in class org.jdom.output.Format
- This will set whether JAXP TrAX processing instructions for disabling/enabling output escaping are ignored.
- setIndent(String) - Method in class org.jdom.output.Format
- This will set the indent
Stringto use; this is usually aStringof empty spaces. - setLexicalHandler(LexicalHandler) - Method in class org.jdom.output.SAXOutputter
- This will set the
LexicalHandler. - setLineSeparator(String) - Method in class org.jdom.output.Format
- This will set the newline separator (
lineSeparator). - setNode(Object) - Method in class org.jdom.output.JDOMLocator
- Sets the being-processed node.
- setOmitDeclaration(boolean) - Method in class org.jdom.output.Format
- This will set whether the XML declaration
(
<?xml version="1.0"?gt;) will be omitted or not. - setOmitEncoding(boolean) - Method in class org.jdom.output.Format
- This will set whether the XML declaration
(
<?xml version="1.0" encoding="UTF-8"?>) includes the encoding of the document. - setProperty(String, Object) - Method in class org.jdom.output.SAXOutputter
- This will set the value of a SAX property.
- setReportDTDEvents(boolean) - Method in class org.jdom.output.SAXOutputter
- This will define whether to report DTD events to SAX DeclHandlers and LexicalHandlers if these handlers are registered and the document to output includes a DocType declaration.
- setReportNamespaceDeclarations(boolean) - Method in class org.jdom.output.SAXOutputter
- This will define whether attribute namespace declarations shall be reported as "xmlns" attributes.
- setTextMode(Format.TextMode) - Method in class org.jdom.output.Format
- This sets the text output style.
- shouldEscape(char) - Method in interface org.jdom.output.EscapeStrategy
- Test whether the supplied character should be formatted literally or as a character entity.
- shouldEscape(char) - Method in class org.jdom.output.Format.DefaultEscapeStrategy
- size() - Method in class org.jdom.output.NamespaceStack
- This returns the number of available namespaces.
- skipLeadingWhite(List, int) - Method in class org.jdom.output.XMLOutputter
- skipTrailingWhite(List, int) - Method in class org.jdom.output.XMLOutputter
- startDocument() - Method in class org.jdom.output.SAXOutputter
- This method is always the second method of all callbacks in all handlers to be invoked (setDocumentLocator is always first).
- startElement(Element, Attributes) - Method in class org.jdom.output.SAXOutputter
-
This will invoke the
startElementcallback in theContentHandler. - startPrefixMapping(Element, NamespaceStack) - Method in class org.jdom.output.SAXOutputter
-
This will invoke the
ContentHandler.startPrefixMappingcallback when a new namespace is encountered in theDocument. - startsWithWhite(String) - Method in class org.jdom.output.XMLOutputter
T
- TRIM - Static variable in class org.jdom.output.Format.TextMode
- Mode for text trimming (left and right trim).
- TRIM_FULL_WHITE - Static variable in class org.jdom.output.Format.TextMode
- Mode for text trimming of content consisting of nothing but whitespace but otherwise not changing output.
- toString() - Method in class org.jdom.output.Format.TextMode
- toString() - Method in class org.jdom.output.NamespaceStack
- This will print out the size and current stack, from the
most recently added
org.jdom.Namespaceto the "oldest," all toSystem.out. - toString() - Method in class org.jdom.output.XMLOutputter
- Return a string listing of the settings for this XMLOutputter instance.
U
- uris - Variable in class org.jdom.output.NamespaceStack
- The URIs available
- userFormat - Variable in class org.jdom.output.XMLOutputter
V
- VALIDATION_SAX_FEATURE - Static variable in class org.jdom.output.SAXOutputter
- Shortcut for SAX validation core feature
X
- XMLOutputter - class org.jdom.output.XMLOutputter.
- Outputs a JDOM document as a stream of bytes.
- XMLOutputter() - Constructor for class org.jdom.output.XMLOutputter
- This will create an
XMLOutputterwith the default Format matchingFormat.getRawFormat()55 . - XMLOutputter(Format) - Constructor for class org.jdom.output.XMLOutputter
- This will create an
XMLOutputterwith the specified format characteristics. - XMLOutputter(XMLOutputter) - Constructor for class org.jdom.output.XMLOutputter
- This will create an
XMLOutputterwith all the options as set in the givenXMLOutputter. - XMLOutputter.NamespaceStack - class org.jdom.output.XMLOutputter.NamespaceStack.
- Our own null subclass of NamespaceStack.
- XMLOutputter.NamespaceStack() - Constructor for class org.jdom.output.XMLOutputter.NamespaceStack
A B C D E F G H I J L M N O P R S T U V X
|
|||||||||
| Home >> All >> org >> jdom >> [ output overview ] | PREV NEXT | ||||||||