- lastChild() - Method in interface org.w3c.dom.traversal.TreeWalker
-
Moves the TreeWalker
to the last visible child of the
current node, and returns the new node.
- LinkStyle - Interface in org.w3c.dom.stylesheets
-
The LinkStyle
interface provides a mechanism by which a style
sheet can be retrieved from the node responsible for linking it into a
document.
- lookupNamespaceURI(String) - Method in interface org.w3c.dom.Node
-
Look up the namespace URI associated to the given prefix, starting from
this node.
- lookupPrefix(String) - Method in interface org.w3c.dom.Node
-
Look up the prefix associated to the given namespace URI, starting from
this node.
- LSException - Exception in org.w3c.dom.ls
-
Parser or write operations may throw an LSException
if the
processing is stopped.
- LSException(short, String) - Constructor for exception org.w3c.dom.ls.LSException
-
- LSInput - Interface in org.w3c.dom.ls
-
This interface represents an input source for data.
- LSLoadEvent - Interface in org.w3c.dom.ls
-
This interface represents a load event object that signals the completion
of a document load.
- LSOutput - Interface in org.w3c.dom.ls
-
This interface represents an output destination for data.
- LSParser - Interface in org.w3c.dom.ls
-
An interface to an object that is able to build, or augment, a DOM tree
from various input sources.
- LSParserFilter - Interface in org.w3c.dom.ls
-
LSParserFilter
s provide applications the ability to examine
nodes as they are being constructed while parsing.
- LSProgressEvent - Interface in org.w3c.dom.ls
-
This interface represents a progress event object that notifies the
application about progress as a document is parsed.
- LSResourceResolver - Interface in org.w3c.dom.ls
-
LSResourceResolver
provides a way for applications to
redirect references to external resources.
- LSSerializer - Interface in org.w3c.dom.ls
-
A LSSerializer
provides an API for serializing (writing) a
DOM document out into XML.
- LSSerializerFilter - Interface in org.w3c.dom.ls
-
LSSerializerFilter
s provide applications the ability to
examine nodes as they are being serialized and decide what nodes should
be serialized or not.