< A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

L

lambda - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity lambda (?).
Lambda - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Lambda (?).
lang - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity lang (?).
laquo - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity laquo («).
larr - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity larr (?).
lArr - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity lArr (?).
LAZY_DOCUMENT_FIELD - Static variable in class org.enhydra.xml.xmlc.dom.lazydom.LazyDOMDocBuilderGenerator
Field containing LazyDocument.
LazyAttr - interface org.enhydra.xml.lazydom.LazyAttr.
Interface implemented by both LazyAttrNS and LazyAttrNoNS.
LazyAttrNoNS - class org.enhydra.xml.lazydom.LazyAttrNoNS.
Implementation of the DOM Attr that supports lazy instantiation of a template DOM.
LazyAttrNoNS(LazyDocument, LazyAttrNoNS, String) - Constructor for class org.enhydra.xml.lazydom.LazyAttrNoNS
Constructor with no namespace.
LazyAttrNS - class org.enhydra.xml.lazydom.LazyAttrNS.
Implementation of the DOM Attr that supports lazy instantiation of a template DOM.
LazyAttrNS(LazyDocument, LazyAttrNS, String, String) - Constructor for class org.enhydra.xml.lazydom.LazyAttrNS
Constructor with namespace.
LazyCDATASection - class org.enhydra.xml.lazydom.LazyCDATASection.
Lazy CDATASection node.
LazyCDATASection(LazyDocument, LazyCDATASection, String) - Constructor for class org.enhydra.xml.lazydom.LazyCDATASection
Constructor.
LazyComment - class org.enhydra.xml.lazydom.LazyComment.
Lazy comment node.
LazyComment(LazyDocument, LazyComment, String) - Constructor for class org.enhydra.xml.lazydom.LazyComment
Constructor.
LazyDocument - class org.enhydra.xml.lazydom.LazyDocument.
A DOM Document that supports lazy instantiation of a template DOM.
LazyDocument() - Constructor for class org.enhydra.xml.lazydom.LazyDocument
Constructor with no argument, for LazyHTMLDocument.
LazyDocument(DocumentType, TemplateDOM) - Constructor for class org.enhydra.xml.lazydom.LazyDocument
Constructor.
LazyDocumentType - class org.enhydra.xml.lazydom.LazyDocumentType.
Implementation of the DOM Attr that supports lazy instantiation of a template DOM.
LazyDocumentType(LazyDocument, LazyDocumentType, String, String, String, String) - Constructor for class org.enhydra.xml.lazydom.LazyDocumentType
Constructor.
LAZYDOM - Static variable in class org.enhydra.xml.xmlc.metadata.DOMType
Constant for LazyDOM.
LazyDOMAccessorGenerator - class org.enhydra.xml.xmlc.dom.lazydom.LazyDOMAccessorGenerator.
Generate access methods for the Lazy DOM.
LazyDOMAccessorGenerator(Document) - Constructor for class org.enhydra.xml.xmlc.dom.lazydom.LazyDOMAccessorGenerator
Constructor.
LazyDOMDocBuilderGenerator - class org.enhydra.xml.xmlc.dom.lazydom.LazyDOMDocBuilderGenerator.
Class to generate code to build the document tree for the Lazy DOM.
LazyDOMDocBuilderGenerator() - Constructor for class org.enhydra.xml.xmlc.dom.lazydom.LazyDOMDocBuilderGenerator
 
LazyDOMError - error org.enhydra.xml.lazydom.LazyDOMError.
Fatal error detected by LazyDOM.
LazyDOMError(int, String) - Constructor for class org.enhydra.xml.lazydom.LazyDOMError
Create an error associated with the specified node id, which will be preappended to the error message.
LazyDOMError(String) - Constructor for class org.enhydra.xml.lazydom.LazyDOMError
 
LazyDOMError(String, Throwable) - Constructor for class org.enhydra.xml.lazydom.LazyDOMError
 
LazyDOMError(Throwable) - Constructor for class org.enhydra.xml.lazydom.LazyDOMError
 
LazyDOMException - exception org.enhydra.xml.lazydom.LazyDOMException.
LazyDOM runtime exception.
LazyDOMException(short, String) - Constructor for class org.enhydra.xml.lazydom.LazyDOMException
Constructor.
LazyDomFactory - class org.enhydra.xml.xmlc.dom.lazydom.LazyDomFactory.
Lazy DOM factory for creating DocumentType and Document objects.
LazyDomFactory() - Constructor for class org.enhydra.xml.xmlc.dom.lazydom.LazyDomFactory
 
LazyDOMImplementation - class org.enhydra.xml.lazydom.LazyDOMImplementation.
DOMImplementation method for the LazyDOM.
LazyDOMImplementation() - Constructor for class org.enhydra.xml.lazydom.LazyDOMImplementation
 
LazyDOMInfoPrinter - class org.enhydra.xml.lazydom.LazyDOMInfoPrinter.
LazyDOM DOMInfo traversal handler.
LazyDOMInfoPrinter(int, DOMTraversal, PrintWriter) - Constructor for class org.enhydra.xml.lazydom.LazyDOMInfoPrinter
Constructor.
LazyDOMNodeCreateGenerator - class org.enhydra.xml.xmlc.dom.lazydom.LazyDOMNodeCreateGenerator.
DOM node creation class that overrides methods in the generic version to assign node ids.
LazyDOMNodeCreateGenerator(XMLCDocument, PreFormatter) - Constructor for class org.enhydra.xml.xmlc.dom.lazydom.LazyDOMNodeCreateGenerator
Constructor.
LazyDOMSimpleTraversal - class org.enhydra.xml.lazydom.LazyDOMSimpleTraversal.
Simple DOM traverser that calls a handler for every node in the DOM tree.
LazyDOMSimpleTraversal(SimpleDOMTraversal.Handler) - Constructor for class org.enhydra.xml.lazydom.LazyDOMSimpleTraversal
Constructor.
LazyDOMTraversal - class org.enhydra.xml.lazydom.LazyDOMTraversal.
Lazy DOM traversal class, calling handler methods for each node based on if they are expanded or template nodes.
LazyDOMTraversal(DOMTraversal.Handler, int) - Constructor for class org.enhydra.xml.lazydom.LazyDOMTraversal
Constructor.
LazyDOMTraversal(int) - Constructor for class org.enhydra.xml.lazydom.LazyDOMTraversal
Default constructor, set handler later.
LazyElement - interface org.enhydra.xml.lazydom.LazyElement.
Interface implemented by both LazyElementNS and LazyElementNoNS.
LazyElementNoNS - class org.enhydra.xml.lazydom.LazyElementNoNS.
Implementation of the DOM Element without namespaces that supports lazy instantiation of a template DOM.
LazyElementNoNS(LazyDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.LazyElementNoNS
Constructor.
LazyElementNS - class org.enhydra.xml.lazydom.LazyElementNS.
Implementation of the DOM Element with namespaces that supports lazy instantiation of a template DOM.
LazyElementNS(LazyDocument, LazyElement, String, String) - Constructor for class org.enhydra.xml.lazydom.LazyElementNS
Constructor.
LazyEntity - class org.enhydra.xml.lazydom.LazyEntity.
Implementation of the DOM Entity that supports lazy instantiation of a template DOM.
LazyEntity(LazyDocument, LazyEntity, String, String, String, String) - Constructor for class org.enhydra.xml.lazydom.LazyEntity
Constructor from template.
LazyEntityReference - class org.enhydra.xml.lazydom.LazyEntityReference.
Lazy text node.
LazyEntityReference(LazyDocument, LazyEntityReference, String) - Constructor for class org.enhydra.xml.lazydom.LazyEntityReference
Constructor.
LazyHTMLDocument - class org.enhydra.xml.lazydom.html.LazyHTMLDocument.
Implements an HTML document.
LazyHTMLDocument() - Constructor for class org.enhydra.xml.lazydom.html.LazyHTMLDocument
Constructor with no template.
LazyHTMLDocument(TemplateDOM) - Constructor for class org.enhydra.xml.lazydom.html.LazyHTMLDocument
LazyDOM: Constructor with TemplateDOM.
LazyHTMLDomFactory - class org.enhydra.xml.xmlc.dom.lazydom.LazyHTMLDomFactory.
Lazy DOM factory for creating HTML Document objects.
LazyHTMLDomFactory() - Constructor for class org.enhydra.xml.xmlc.dom.lazydom.LazyHTMLDomFactory
 
LazyHTMLDOMImplementation - class org.enhydra.xml.lazydom.html.LazyHTMLDOMImplementation.
HTMLDOMImplementation method for the LazyDOM.
LazyHTMLElement - class org.enhydra.xml.lazydom.html.LazyHTMLElement.
Implements an HTML-specific element, an Element that will only appear inside HTML documents.
LazyHTMLElement(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.LazyHTMLElement
Constructor required owner document and element tag name.
LazyNode - interface org.enhydra.xml.lazydom.LazyNode.
Interface use to define Lazy DOM methods that apply to every node.
LazyNotation - class org.enhydra.xml.lazydom.LazyNotation.
Lazy notation node.
LazyNotation(LazyDocument, LazyNotation, String, String, String) - Constructor for class org.enhydra.xml.lazydom.LazyNotation
Constructor
LazyParent - interface org.enhydra.xml.lazydom.LazyParent.
Interface use to define LazyDOM methods that apply to every node that can contain other nodes.
LazyProcessingInstruction - class org.enhydra.xml.lazydom.LazyProcessingInstruction.
Lazy text node.
LazyProcessingInstruction(LazyDocument, LazyProcessingInstruction, String, String) - Constructor for class org.enhydra.xml.lazydom.LazyProcessingInstruction
Constructor.
LazyText - class org.enhydra.xml.lazydom.LazyText.
Lazy text node.
LazyText(LazyDocument, LazyText, String) - Constructor for class org.enhydra.xml.lazydom.LazyText
Constructor.
lceil - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity lceil (?).
ldquo - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity ldquo (“).
le - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity le (?).
leave() - Method in class org.enhydra.xml.xmlc.codegen.IndentWriter
Decrease indentation level.
leave() - Method in class org.enhydra.xml.xmlc.codegen.JavaCode
Decrease indentation level.
leaveExpansion() - Method in class org.enhydra.xml.lazydom.LazyDocument
Flag that an expansion is complete.
legalJavaIdentifier(String) - Static method in class org.enhydra.xml.xmlc.codegen.JavaLang
 
level - Variable in class org.enhydra.xml.dom.DOMInfoPrinter
Indent level.
lfloor - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity lfloor (?).
LineNumberMap - class org.enhydra.xml.xmlc.misc.LineNumberMap.
Table that keeps a map of character offsets and line count in an input stream to file name and line numbers in source files.
LineNumberMap.Line - class org.enhydra.xml.xmlc.misc.LineNumberMap.Line.
Structure to record the char offset in an input stream for a line.
LineNumberMap.Line(LineNumberMap, String, int, int, int) - Constructor for class org.enhydra.xml.xmlc.misc.LineNumberMap.Line
Constructor
LineNumberMap() - Constructor for class org.enhydra.xml.xmlc.misc.LineNumberMap
 
LineNumberMapReader - class org.enhydra.xml.xmlc.misc.LineNumberMapReader.
A file reader that keeps a map of chararacter offsets to line numbers.
LineNumberMapReader(InputSource) - Constructor for class org.enhydra.xml.xmlc.misc.LineNumberMapReader
Construct a new reader for the specified file.
LineNumberRecorder - class org.enhydra.xml.xmlc.misc.LineNumberRecorder.
Class that records information to translate a line number or byte offset in a stream into a source file and line number.
LineNumberRecorder() - Constructor for class org.enhydra.xml.xmlc.misc.LineNumberRecorder
Constructor with no initial file.
LineNumberRecorder(String) - Constructor for class org.enhydra.xml.xmlc.misc.LineNumberRecorder
Constructor, setting initial file.
lineSeparator - Static variable in class org.enhydra.xml.xmlc.codegen.JavaLang
Line seperator to use on this platform
LINK - Static variable in class org.enhydra.xml.lazydom.html.HTMLCollectionImpl
Request collection of all links in document: <A> and <AREA> elements (must have a href attribute).
loadCatalog(InputSource) - Method in class org.enhydra.xml.io.XMLEntityResolver
Loads a catalog specified by the given input source and appends the contents to the catalog object.
loadClass(String) - Method in class org.enhydra.xml.xmlc.deferredparsing.DynamicClassLoader
load class,
loadMetaData(Class, ErrorReporter) - Method in class org.enhydra.xml.xmlc.deferredparsing.DocumentLoaderImpl
Load the XMLC meta-data file.
Log4jXMLCLogger - class org.enhydra.xml.xmlc.Log4jXMLCLogger.
XMLC logger interface to the enhydra logger.
Log4jXMLCLogger(Logger) - Constructor for class org.enhydra.xml.xmlc.Log4jXMLCLogger
Create a logger that delegates to specified category.
logDebug(String) - Method in class org.enhydra.xml.xmlc.StreamXMLCLogger
Login an debug message.
logDebug(String) - Method in class org.enhydra.xml.xmlc.Log4jXMLCLogger
Log a debug message.
logDebug(String) - Method in interface org.enhydra.xml.xmlc.XMLCLogger
Login an debug message.
logDebug(String) - Method in class org.enhydra.xml.xmlc.servlet.ServletXMLCLogger
Log a debug message.
logDebug(String, Throwable) - Method in class org.enhydra.xml.xmlc.StreamXMLCLogger
Login an debug message with exception.
logDebug(String, Throwable) - Method in class org.enhydra.xml.xmlc.Log4jXMLCLogger
Log a debug message.
logDebug(String, Throwable) - Method in interface org.enhydra.xml.xmlc.XMLCLogger
Login an debug message with exception.
logDebug(String, Throwable) - Method in class org.enhydra.xml.xmlc.servlet.ServletXMLCLogger
Log a debug message with exception.
logError(String) - Method in class org.enhydra.xml.xmlc.StreamXMLCLogger
Login an error message.
logError(String) - Method in class org.enhydra.xml.xmlc.Log4jXMLCLogger
Log a error message.
logError(String) - Method in interface org.enhydra.xml.xmlc.XMLCLogger
Login an error message.
logError(String) - Method in class org.enhydra.xml.xmlc.servlet.ServletXMLCLogger
Log an error message.
logError(String, Throwable) - Method in class org.enhydra.xml.xmlc.StreamXMLCLogger
Login an error message with exception.
logError(String, Throwable) - Method in class org.enhydra.xml.xmlc.Log4jXMLCLogger
Log a error message.
logError(String, Throwable) - Method in interface org.enhydra.xml.xmlc.XMLCLogger
Login an error message with exception.
logError(String, Throwable) - Method in class org.enhydra.xml.xmlc.servlet.ServletXMLCLogger
Log an error message with exception.
logInfo(String) - Method in class org.enhydra.xml.xmlc.StreamXMLCLogger
Login an info message.
logInfo(String) - Method in class org.enhydra.xml.xmlc.Log4jXMLCLogger
Log a info message.
logInfo(String) - Method in interface org.enhydra.xml.xmlc.XMLCLogger
Login an info message.
logInfo(String) - Method in class org.enhydra.xml.xmlc.servlet.ServletXMLCLogger
Log an info message.
logInfo(String, Throwable) - Method in class org.enhydra.xml.xmlc.StreamXMLCLogger
Login an info message with exception.
logInfo(String, Throwable) - Method in class org.enhydra.xml.xmlc.Log4jXMLCLogger
Log a info message.
logInfo(String, Throwable) - Method in interface org.enhydra.xml.xmlc.XMLCLogger
Login an info message with exception.
logInfo(String, Throwable) - Method in class org.enhydra.xml.xmlc.servlet.ServletXMLCLogger
Log an info message with exception.
lookupNamespaceURI(String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
lookupNamespaceURI(String) - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
lookupPrefix(String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
lookupPrefix(String) - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
lowast - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity lowast (?).
loz - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity loz (?).
lrm - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity lrm (?).
lsaquo - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity lsaquo (‹).
lsquo - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity lsquo (‘).
lt - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity lt (<).
LUTRIS_ENTITY_CATALOG - Static variable in class org.enhydra.xml.io.XMLEntityResolver
URL for Lutrus Enhydra default entity catalog.

< A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.