Skip navigation links
JDOM
2.0.6.1
A B C D E F G H I J L M N O P R S T U V W X 

L

LineSeparator - Enum 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, 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.
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) - Constructor for class org.jdom2.located.LocatedDocType
This will create the DocType with the specified element name
LocatedElement - Class in org.jdom2.located
This Element specialization contains the location information as parsed.
LocatedElement(String, Namespace) - Constructor for class org.jdom2.located.LocatedElement
Creates a new element with the supplied (local) name and namespace.
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.
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, Map<String, String>) - Constructor for class org.jdom2.located.LocatedProcessingInstruction
This will create a new ProcessingInstruction with the specified target and data.
LocatedProcessingInstruction(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.
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links
JDOM
2.0.6.1

Copyright © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.