Common DOM API
A B C D E F G H I L M N O P R S T U V W

L

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
LSParserFilters 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
LSSerializerFilters provide applications the ability to examine nodes as they are being serialized and decide what nodes should be serialized or not.

Common DOM API
A B C D E F G H I L M N O P R S T U V W
Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 2008 Sun Microsystems, Inc. 4150 Network Circle
Santa Clara, California, 95054, U.S.A. All Rights Reserved.