A B C D E F G H I J M N O P R S T V X

G

getAttribute(String) - Method in class org.jdom.Element
This returns the attribute for this element with the given name and within no namespace.
getAttribute(String, Namespace) - Method in class org.jdom.Element
This returns the attribute for this element with the given name and within the given Namespace.
getAttributes() - Method in class org.jdom.Element
This returns the complete set of attributes for this element, as a List of Attribute objects in no particular order, or an empty list if there are none.
getAttributeValue(String) - Method in class org.jdom.Element
This returns the attribute value for the attribute with the given name and within no namespace, null if there is no such attribute, and the empty string if the attribute value is empty.
getAttributeValue(String, Namespace) - Method in class org.jdom.Element
This returns the attribute value for the attribute with the given name and within the given Namespace, null if there is no such attribute, and the empty string if the attribute value is empty.
getBooleanValue() - Method in class org.jdom.Attribute
This gets the value of the attribute, in boolean form, and if no conversion can occur, throws a DataConversionException
getChild(String) - Method in class org.jdom.Element
This returns the first child element within this element with the given local name and belonging to no namespace.
getChild(String, Namespace) - Method in class org.jdom.Element
This returns the first child element within this element with the given local name and belonging to the given namespace.
getChildren() - Method in class org.jdom.Element
This returns a List of all the child elements nested directly (one level deep) within this element, as Element objects.
getChildren() - Method in class org.jdom.Entity
This will return a List of all the XML elements nested directly (one level deep) within this Entity, each in Element form.
getChildren(String) - Method in class org.jdom.Element
This returns a List of all the child elements nested directly (one level deep) within this element with the given local name and belonging to no namespace, returned as Element objects.
getChildren(String, Namespace) - Method in class org.jdom.Element
This returns a List of all the child elements nested directly (one level deep) within this element with the given local name and belonging to the given Namespace, returned as Element objects.
getChildText(String) - Method in class org.jdom.Element
This convenience method returns the textual content of the named child element, or returns an empty String ("") if the child has no textual content.
getChildText(String, Namespace) - Method in class org.jdom.Element
This convenience method returns the textual content of the named child element, or returns null if there's no such child.
getChildTextTrim(String) - Method in class org.jdom.Element
This convenience method returns the trimmed textual content of the named child element, or returns null if there's no such child.
getChildTextTrim(String, Namespace) - Method in class org.jdom.Element
This convenience method returns the trimmed textual content of the named child element, or returns null if there's no such child.
getContent() - Method in class org.jdom.Element
Deprecated. Use getTextTrim() instead
getContent() - Method in class org.jdom.Entity
This will return the actual textual content of this Entity.
getContent(boolean) - Method in class org.jdom.Element
Deprecated. Use getText() and getTextTrim() instead
getCopy(String) - Method in class org.jdom.Element
This creates a copy of this Element, with the new name specified, and in no namespace.
getCopy(String, Namespace) - Method in class org.jdom.Element
This creates a copy of this Element, with the new name specified, and in the specified Namespace.
getData() - Method in class org.jdom.ProcessingInstruction
This will return the raw data from all instructions.
getDocType() - Method in class org.jdom.Document
This will return the DocType declaration for this Document, or null if none exists.
getDocument() - Method in class org.jdom.Element
This retrieves the owning Document for this Element, or null if not a currently a member of a Document.
getDocument(InputStream, boolean) - Method in interface org.jdom.adapters.DOMAdapter
This creates a new Document from an existing InputStream by letting a DOM parser handle parsing using the supplied stream.
getDocument(InputStream, boolean) - Method in class org.jdom.adapters.AbstractDOMAdapter
This creates a new Document from an existing InputStream by letting a DOM parser handle parsing using the supplied stream.
getDocument(InputStream, boolean) - Method in class org.jdom.adapters.XML4JDOMAdapter
This creates a new Document from an existing InputStream by letting a DOM parser handle parsing using the supplied stream.
getDocument(InputStream, boolean) - Method in class org.jdom.adapters.XercesDOMAdapter
This creates a new Document from an existing InputStream by letting a DOM parser handle parsing using the supplied stream.
getDocument(InputStream, boolean) - Method in class org.jdom.adapters.ProjectXDOMAdapter
This creates a new Document from an existing InputStream by letting a DOM parser handle parsing using the supplied stream.
getDocument(InputStream, boolean) - Method in class org.jdom.adapters.OracleV2DOMAdapter
This creates a new Document from an existing InputStream by letting a DOM parser handle parsing using the supplied stream.
getDocument(InputStream, boolean) - Method in class org.jdom.adapters.OracleV1DOMAdapter
This creates a new Document from an existing InputStream by letting a DOM parser handle parsing using the supplied stream.
getDocument(String, boolean) - Method in interface org.jdom.adapters.DOMAdapter
This creates a new Document from a given filename by letting a DOM parser handle parsing from the file.
getDocument(String, boolean) - Method in class org.jdom.adapters.AbstractDOMAdapter
This creates a new Document from an existing InputStream by letting a DOM parser handle parsing using the supplied stream.
getDoubleValue() - Method in class org.jdom.Attribute
This gets the value of the attribute, in double form, and if no conversion can occur, throws a DataConversionException
getElementName() - Method in class org.jdom.DocType
This will retrieve the element name being constrained.
getFloatValue() - Method in class org.jdom.Attribute
This gets the value of the attribute, in float form, and if no conversion can occur, throws a DataConversionException
getIntValue() - Method in class org.jdom.Attribute
This gets the value of the attribute, in int form, and if no conversion can occur, throws a DataConversionException
getLongValue() - Method in class org.jdom.Attribute
This gets the value of the attribute, in long form, and if no conversion can occur, throws a DataConversionException
getMessage() - Method in class org.jdom.JDOMException
This returns the message for the Exception.
getMixedContent() - Method in class org.jdom.Document
This will return all content for the Document.
getMixedContent() - Method in class org.jdom.Element
This returns the full content of the element as a List which may contain objects of type String, Element, Comment, ProcessingInstruction, and Entity.
getMixedContent() - Method in class org.jdom.Entity
This will return the content of the entity.
getMixedContent(boolean) - Method in class org.jdom.Element
Deprecated. Use getMixedContent(), with no arguments, instead
getName() - Method in class org.jdom.Element
This returns the (local) name of the Element, without any namespace prefix, if one exists.
getName() - Method in class org.jdom.Entity
This returns the name of the Entity.
getName() - Method in class org.jdom.Attribute
This will retrieve the local name of the Attribute.
getNamespace() - Method in class org.jdom.Element
This will return this Element's Namespace.
getNamespace() - Method in class org.jdom.Attribute
This will return this Attribute's Namespace.
getNamespace(String) - Static method in class org.jdom.Namespace
This will retrieve (if in existence) or create (if not) a Namespace for the supplied URI, and make it usable as a default namespace, as no prefix is supplied.
getNamespace(String, Element) - Static method in class org.jdom.Namespace
This will retrieve the Namespace for the supplied prefix in the specified context.
getNamespace(String, String) - Static method in class org.jdom.Namespace
This will retrieve (if in existence) or create (if not) a Namespace for the supplied prefix and URI.
getNamespacePrefix() - Method in class org.jdom.Element
This returns the namespace prefix of the Element, if one exists.
getNamespacePrefix() - Method in class org.jdom.Attribute
This will retrieve the namespace prefix of the Attribute.
getNamespaceURI() - Method in class org.jdom.Element
This returns the URI mapped to this Element's prefix (or the default namespace if no prefix).
getNamespaceURI() - Method in class org.jdom.Attribute
This returns the URI mapped to this Attribute's prefix.
getParent() - Method in class org.jdom.Element
This will return the parent of this Element.
getPrefix() - Method in class org.jdom.Namespace
This returns the prefix mapped to this Namespace.
getProcessingInstruction(String) - Method in class org.jdom.Document
This returns the first processing instruction for this Document located at the document level (outside the root element) for the supplied target, or null if no such processing instruction exists.
getProcessingInstructions() - Method in class org.jdom.Document
This will return the list of ProcessingInstructions for this Document located at the document level (outside the root element).
getProcessingInstructions(String) - Method in class org.jdom.Document
This returns the processing instructions for this Document located at the document level (outside the root element) which have the supplied target.
getPublicID() - Method in class org.jdom.DocType
This will retrieve the public ID of an externally referenced DTD, or an empty String if none is referenced.
getQualifiedName() - Method in class org.jdom.Element
This returns the full name of the Element, in the form [namespacePrefix]:[localName].
getQualifiedName() - Method in class org.jdom.Attribute
This will retrieve the qualified name of the Attribute.
getRootCause() - Method in class org.jdom.JDOMException
This will return the root cause Throwable, or null if one does not exist.
getRootElement() - Method in class org.jdom.Document
This will return the root Element for this Document, or return null in the case the root element hasn't been yet set.
getSerializedForm() - Method in class org.jdom.Comment
This will return the Comment in XML format, usable in an XML document.
getSerializedForm() - Method in class org.jdom.Document
This will return the Document in XML format, usable in an XML document.
getSerializedForm() - Method in class org.jdom.DocType
This will return the DocType in XML format, usable in an XML document.
getSerializedForm() - Method in class org.jdom.Element
This will return the Element in XML format, usable in an XML document.
getSerializedForm() - Method in class org.jdom.Entity
This will return the Comment in XML format, usable in an XML document.
getSerializedForm() - Method in class org.jdom.Attribute
This will return the Attribute in XML format, usable in an XML document.
getSerializedForm() - Method in class org.jdom.ProcessingInstruction
This will return the Comment in XML format, usable in an XML document.
getSerializedForm() - Method in class org.jdom.CDATA
This will return the CDATA in XML format, usable in an XML document.
getSystemID() - Method in class org.jdom.DocType
This will retrieve the system ID of an externally referenced DTD, or an empty String if none is referenced.
getTarget() - Method in class org.jdom.ProcessingInstruction
This will retrieve the target of the PI.
getText() - Method in class org.jdom.Comment
This returns the textual data within the Comment.
getText() - Method in class org.jdom.Element
This returns the textual content directly held under this element.
getText() - Method in class org.jdom.CDATA
This returns the textual data within the CDATA.
getTextTrim() - Method in class org.jdom.Element
This returns the textual content of this element with all surrounding whitespace removed and internal whitespace normalized to a single space.
getURI() - Method in class org.jdom.Namespace
This returns the namespace URI for this Namespace.
getValue() - Method in class org.jdom.Attribute
This will return the actual textual value of this Attribute.
getValue(String) - Method in class org.jdom.ProcessingInstruction
This will return the value for a specific name/value pair on the PI.
getXmlnsTagFor(Namespace) - Method in class org.jdom.output.DOMOutputter
This will handle adding any Namespace attributes to the DOM tree.

A B C D E F G H I J M N O P R S T V X
Copyright © 2000 Brett McLaughlin, Jason Hunter. All Rights Reserved.