Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
L
- LEFT - Enum constant in enum class org.jdom2.output.support.AbstractFormattedWalker.Trim
-
Left Trim
- LineSeparator - Enum Class in org.jdom2.output
-
An enumeration of common separators that are used for JDOM output.
- Located - Interface in org.jdom2.located
-
Implementations of this class know about their location (line and column).
- LocatedCDATA - Class in org.jdom2.located
-
An XML CDATA section.
- LocatedCDATA(String) - Constructor for class org.jdom2.located.LocatedCDATA
-
This constructor creates a new
LocatedCDATA
node, with the supplied string value as its character content. - LocatedComment - Class in org.jdom2.located
-
An XML comment.
- LocatedComment(String) - Constructor for class org.jdom2.located.LocatedComment
-
This creates the comment with the supplied text.
- LocatedDocType - Class in org.jdom2.located
-
An XML DOCTYPE declaration.
- LocatedDocType(String) - Constructor for class org.jdom2.located.LocatedDocType
-
This will create the
DocType
with the specified element name - LocatedDocType(String, String) - Constructor for class org.jdom2.located.LocatedDocType
-
This will create the
DocType
with the specified element name and reference to an external DTD. - LocatedDocType(String, String, String) - Constructor for class org.jdom2.located.LocatedDocType
-
This will create the
DocType
with the specified element name and a reference to an external DTD. - LocatedElement - Class in org.jdom2.located
-
This Element specialization contains the location information as parsed.
- LocatedElement(String) - Constructor for class org.jdom2.located.LocatedElement
-
Create a new element with the supplied (local) name and no namespace.
- LocatedElement(String, String) - Constructor for class org.jdom2.located.LocatedElement
-
Creates a new element with the supplied (local) name and a namespace given by a URI.
- LocatedElement(String, String, String) - Constructor for class org.jdom2.located.LocatedElement
-
Creates a new element with the supplied (local) name and a namespace given by the supplied prefix and URI combination.
- LocatedElement(String, Namespace) - Constructor for class org.jdom2.located.LocatedElement
-
Creates a new element with the supplied (local) name and namespace.
- LocatedEntityRef - Class in org.jdom2.located
-
An XML entity reference.
- LocatedEntityRef(String) - Constructor for class org.jdom2.located.LocatedEntityRef
-
This will create a new
EntityRef
with the supplied name. - LocatedEntityRef(String, String) - Constructor for class org.jdom2.located.LocatedEntityRef
-
This will create a new
EntityRef
with the supplied name and system id. - LocatedEntityRef(String, String, String) - Constructor for class org.jdom2.located.LocatedEntityRef
-
This will create a new
EntityRef
with the supplied name, public id, and system id. - LocatedJDOMFactory - Class in org.jdom2.located
-
All Content instances (Element, Comment, CDATA, DocType, Text, EntityRef, and ProcessingInstruction) will implement
Located
, and will have the values set appropriately. - LocatedJDOMFactory() - Constructor for class org.jdom2.located.LocatedJDOMFactory
- LocatedProcessingInstruction - Class in org.jdom2.located
-
An XML processing instruction.
- LocatedProcessingInstruction(String) - Constructor for class org.jdom2.located.LocatedProcessingInstruction
-
This will create a new
ProcessingInstruction
with the specified target. - LocatedProcessingInstruction(String, String) - Constructor for class org.jdom2.located.LocatedProcessingInstruction
-
This will create a new
ProcessingInstruction
with the specified target and data. - LocatedProcessingInstruction(String, Map<String, String>) - Constructor for class org.jdom2.located.LocatedProcessingInstruction
-
This will create a new
ProcessingInstruction
with the specified target and data. - LocatedText - Class in org.jdom2.located
-
An XML character sequence.
- LocatedText(String) - Constructor for class org.jdom2.located.LocatedText
-
This constructor creates a new
Text
node, with the supplied string value as its character content.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form