- parent - Variable in class org.jdom.Attribute
-
Parent element, or null if none
- parent - Variable in class org.jdom.Content
-
- Parent - Interface in org.jdom
-
Superclass for JDOM objects which are allowed to contain
Content
content.
- PI - Static variable in class org.jdom.filter.ContentFilter
-
- PRESERVE - Static variable in class org.jdom.output.Format.TextMode
-
Mode for literal text preservation.
- preserveFormat - Static variable 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
Attribute
list.
- printCDATA(Writer, CDATA) - Method in class org.jdom.output.XMLOutputter
-
This will handle printing of
CDATA
text.
- printComment(Writer, Comment) - Method in class org.jdom.output.XMLOutputter
-
This will handle printing of comments.
- 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
Element
,
its
Attribute
s, and all contained (child)
elements, etc.
- printEntityRef(Writer, EntityRef) - Method in class org.jdom.output.XMLOutputter
-
- printProcessingInstruction(Writer, ProcessingInstruction) - Method in class org.jdom.output.XMLOutputter
-
This will handle printing of processing instructions.
- printStackTrace() - Method in exception org.jdom.JDOMException
-
This prints the stack trace of the Exception
.
- printStackTrace(PrintStream) - Method in exception org.jdom.JDOMException
-
Prints the stack trace of the Exception
to the given
PrintStream.
- printStackTrace(PrintWriter) - Method in exception org.jdom.JDOMException
-
Prints the stack trace of the Exception
to the given
PrintWriter.
- printText(Writer, Text) - Method in class org.jdom.output.XMLOutputter
-
This will handle printing of
Text
strings.
- processingInstruction(String, Map) - Method in class org.jdom.DefaultJDOMFactory
-
- processingInstruction(String, String) - Method in class org.jdom.DefaultJDOMFactory
-
- processingInstruction(String, String) - Method in class org.jdom.input.SAXHandler
-
This will indicate that a processing instruction has been encountered.
- processingInstruction(String, Map) - Method in interface org.jdom.JDOMFactory
-
This will create a new ProcessingInstruction
with the specified target and data.
- processingInstruction(String, String) - Method in interface org.jdom.JDOMFactory
-
This will create a new ProcessingInstruction
with the specified target and data.
- ProcessingInstruction - Class in org.jdom
-
An XML processing instruction.
- ProcessingInstruction() - Constructor for class org.jdom.ProcessingInstruction
-
Default, no-args constructor for implementations
to use if needed.
- ProcessingInstruction(String, Map) - Constructor for class org.jdom.ProcessingInstruction
-
This will create a new ProcessingInstruction
with the specified target and data.
- ProcessingInstruction(String, String) - Constructor for class org.jdom.ProcessingInstruction
-
This will create a new ProcessingInstruction
with the specified target and data.
- processingInstruction(String, Map) - Method in class org.jdom.UncheckedJDOMFactory
-
- processingInstruction(String, String) - Method in class org.jdom.UncheckedJDOMFactory
-
- publicID - Variable in class org.jdom.DocType
-
The public ID of the DOCTYPE
- publicID - Variable in class org.jdom.EntityRef
-
The PublicID of the EntityRef
- pushElement(Element) - Method in class org.jdom.input.SAXHandler
-
Pushes an element onto the tree under construction.