< 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 _

X

XCatalog - class org.enhydra.xml.xmlc.metadata.XCatalog.
Specifies a XCatalog file to use in resolving external entities when parsing XML files.
XCatalog(Document) - Constructor for class org.enhydra.xml.xmlc.metadata.XCatalog
Constructor.
XERCES - Static variable in class org.enhydra.xml.xmlc.metadata.DOMType
Constant for Xerces DOM.
XERCES - Static variable in class org.enhydra.xml.xmlc.metadata.ParserType
Constant for Xerces XML parser.
XercesDocBuilderGenerator - class org.enhydra.xml.xmlc.dom.xerces.XercesDocBuilderGenerator.
Class to generate code to build the document tree for the Xerces DOM.
XercesDocBuilderGenerator() - Constructor for class org.enhydra.xml.xmlc.dom.xerces.XercesDocBuilderGenerator
 
XercesDomFactory - class org.enhydra.xml.xmlc.dom.xerces.XercesDomFactory.
XMLC DOM factory for creating DocumentType and Document objects based on the Xerces DOM.
XercesDomFactory.LinkedXercesDocument - class org.enhydra.xml.xmlc.dom.xerces.XercesDomFactory.LinkedXercesDocument.
Deprecated. Remains for compaitiblity with objects compiled with XMLC 2.0.1
XercesDomFactory.LinkedXercesDocument(XercesDomFactory, DocumentType) - Constructor for class org.enhydra.xml.xmlc.dom.xerces.XercesDomFactory.LinkedXercesDocument
Deprecated. Constructor.
XercesDomFactory() - Constructor for class org.enhydra.xml.xmlc.dom.xerces.XercesDomFactory
 
XercesHTMLDomFactory - class org.enhydra.xml.xmlc.dom.xerces.XercesHTMLDomFactory.
XMLC DOM factory for creating HTML Document objects based on the Xerces DOM.
XercesHTMLDomFactory.LinkedXercesDocument - class org.enhydra.xml.xmlc.dom.xerces.XercesHTMLDomFactory.LinkedXercesDocument.
Deprecated. Remains for compaitiblity with objects compiled with XMLC 2.0.1
XercesHTMLDomFactory.LinkedXercesDocument(XercesHTMLDomFactory) - Constructor for class org.enhydra.xml.xmlc.dom.xerces.XercesHTMLDomFactory.LinkedXercesDocument
Deprecated. Constructor
XercesHTMLDomFactory() - Constructor for class org.enhydra.xml.xmlc.dom.xerces.XercesHTMLDomFactory
 
XercesLinkedDocument - class org.enhydra.xml.xmlc.dom.xerces.XercesLinkedDocument.
Class that adds XMLObjectLink support to the Xerces Document.
XercesLinkedDocument(DocumentType) - Constructor for class org.enhydra.xml.xmlc.dom.xerces.XercesLinkedDocument
Constructor.
XercesLinkedHTMLDocument - class org.enhydra.xml.xmlc.dom.xerces.XercesLinkedHTMLDocument.
Class that adds XMLObjectLink support to the Xerces HTMLDocument.
XercesLinkedHTMLDocument() - Constructor for class org.enhydra.xml.xmlc.dom.xerces.XercesLinkedHTMLDocument
Constructor
XercesNodeCreateGenerator - class org.enhydra.xml.xmlc.dom.xerces.XercesNodeCreateGenerator.
Class used create DOM nodes for the Xerces DOM.
XercesNodeCreateGenerator(XMLCDocument) - Constructor for class org.enhydra.xml.xmlc.dom.xerces.XercesNodeCreateGenerator
Constructor.
XercesParser - class org.enhydra.xml.xmlc.parsers.xerces.XercesParser.
Parse using the Xerces parser.
XercesParser() - Constructor for class org.enhydra.xml.xmlc.parsers.xerces.XercesParser
 
XercesTracer - class org.enhydra.xml.xmlc.parsers.xerces.XercesTracer.
Tracing for parser callbacks.
XercesTracer(StringPool, ParseTracer) - Constructor for class org.enhydra.xml.xmlc.parsers.xerces.XercesTracer
Constructor.
XHTML - Static variable in class org.enhydra.xml.xmlc.metadata.DOMType
Constant for XHTML DOM.
xi - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity xi (?).
Xi - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Xi (?).
XML - Static variable in class org.enhydra.xml.xmlc.metadata.DocumentFormat
Constant for a XML document.
xml2JavaEncoding(String) - Static method in class org.enhydra.xml.io.Encoding
Deprecated. Convert a XML encoding to a Java encoding.
XMLC - class org.enhydra.xml.xmlc.commands.xmlc.XMLC.
XMLC compiler program.
XMLC_COMPRESS_GZIP - Static variable in class org.enhydra.xml.xmlc.servlet.XMLCContext
 
XMLC_COMPRESS_NONE - Static variable in class org.enhydra.xml.xmlc.servlet.XMLCContext
Definition of xmlcCompression parameter values as a bit set.
XMLC_GENERATED_CLASS_FIELD_NAME - Static variable in interface org.enhydra.xml.xmlc.XMLObject
The name of the class field that is used to identify an XMLC generated class.
XMLC_SOURCE_FILE_FIELD_NAME - Static variable in interface org.enhydra.xml.xmlc.XMLObject
Field name in the generated class that contains the name of the source file.
XMLC() - Constructor for class org.enhydra.xml.xmlc.commands.xmlc.XMLC
Constructor with standard output streams.
XMLC(PrintWriter, PrintWriter) - Constructor for class org.enhydra.xml.xmlc.commands.xmlc.XMLC
Constructor specifying output stream for error messages.
XMLCContext - class org.enhydra.xml.xmlc.servlet.XMLCContext.
Class to facility the use of XMLC in a HTTP servlet.
XMLCContext.SessionURLEncodingMode - class org.enhydra.xml.xmlc.servlet.XMLCContext.SessionURLEncodingMode.
Enumerated constant indicating how URL session encoding is to be handled.
XMLCContext(ServletContext, XMLCFactory, XMLCContext.SessionURLEncodingMode, boolean, int) - Constructor for class org.enhydra.xml.xmlc.servlet.XMLCContext
Constructor.
XMLCContextInit - class org.enhydra.xml.xmlc.servlet.XMLCContextInit.
Create a new XMLCContext from init parameters.
XMLCContextInit() - Constructor for class org.enhydra.xml.xmlc.servlet.XMLCContextInit
 
XMLCDeferredParsingFactory - class org.enhydra.xml.xmlc.deferredparsing.XMLCDeferredParsingFactory.
Factory class to create instances of an XMLC-generated class with "deferred parsing".
XMLCDeferredParsingFactory(DocumentLoader, ClassLoader, XMLCLogger) - Constructor for class org.enhydra.xml.xmlc.deferredparsing.XMLCDeferredParsingFactory
Constructor.
XMLCDocument - class org.enhydra.xml.xmlc.dom.XMLCDocument.
Class that is a container for the parsed Document DOM.
XMLCDocument(XMLCDomFactory) - Constructor for class org.enhydra.xml.xmlc.dom.XMLCDocument
Constructor.
XMLCDocumentLocator - class org.enhydra.xml.xmlc.parsers.XMLCDocumentLocator.
Class to contain a document locator object.
XMLCDocumentLocator() - Constructor for class org.enhydra.xml.xmlc.parsers.XMLCDocumentLocator
 
XMLCDomFactory - interface org.enhydra.xml.xmlc.dom.XMLCDomFactory.
Interface for a factory class that can create DocumentType and Document objects.
XMLCDomFactoryCache - class org.enhydra.xml.xmlc.dom.XMLCDomFactoryCache.
Class that provides a cache of XMLCDomFactory objects.
XMLCError - error org.enhydra.xml.xmlc.XMLCError.
Error for XMLC compiler and runtime.
XMLCError(String) - Constructor for class org.enhydra.xml.xmlc.XMLCError
Construct an error without a specified cause.
XMLCError(String, Throwable) - Constructor for class org.enhydra.xml.xmlc.XMLCError
Construct an error with an associated causing error.
XMLCError(Throwable) - Constructor for class org.enhydra.xml.xmlc.XMLCError
Construct an error from a causing error.
XMLCException - exception org.enhydra.xml.xmlc.XMLCException.
Exception for XMLC compiler and runtime.
XMLCException(String) - Constructor for class org.enhydra.xml.xmlc.XMLCException
Construct an exception without a specified cause.
XMLCException(String, Throwable) - Constructor for class org.enhydra.xml.xmlc.XMLCException
Construct an exception with an associated causing exception.
XMLCException(Throwable) - Constructor for class org.enhydra.xml.xmlc.XMLCException
Construct an exception from a causing exception.
XMLCFactory - interface org.enhydra.xml.xmlc.XMLCFactory.
Interface for factories for instances of XMLC generated classes.
XMLCLogger - interface org.enhydra.xml.xmlc.XMLCLogger.
Abstract interface for XMLC logging.
XMLCOptions - class org.enhydra.xml.xmlc.commands.xmlc.XMLCOptions.
Deprecated. Here to support Kelp.
XMLCOptions() - Constructor for class org.enhydra.xml.xmlc.commands.xmlc.XMLCOptions
Deprecated.  
XMLCOptionsParser - class org.enhydra.xml.xmlc.commands.xmlc.XMLCOptionsParser.
Parser for xmlc command line options.
XMLCOptionsParser() - Constructor for class org.enhydra.xml.xmlc.commands.xmlc.XMLCOptionsParser
Constructor.
XMLCParser - interface org.enhydra.xml.xmlc.parsers.XMLCParser.
Interface for a class that specifies how to parse an XML file and provide information needed to compile that file into a XMLC object.
XMLCRuntimeException - exception org.enhydra.xml.xmlc.XMLCRuntimeException.
Runtime exception for XMLC.
XMLCRuntimeException(String) - Constructor for class org.enhydra.xml.xmlc.XMLCRuntimeException
Construct an exception without a specified cause.
XMLCRuntimeException(String, Throwable) - Constructor for class org.enhydra.xml.xmlc.XMLCRuntimeException
Construct an exception with an associated causing exception.
XMLCRuntimeException(Throwable) - Constructor for class org.enhydra.xml.xmlc.XMLCRuntimeException
Construct an exception from a causing exception.
XMLCStdFactory - class org.enhydra.xml.xmlc.XMLCStdFactory.
XMLC standard factory class.
XMLCStdFactory(ClassLoader, XMLCLogger) - Constructor for class org.enhydra.xml.xmlc.XMLCStdFactory
Constructor.
XMLCUtil - class org.enhydra.xml.xmlc.XMLCUtil.
Utility methods for dealing with DOMs.
XMLCUtil() - Constructor for class org.enhydra.xml.xmlc.XMLCUtil
 
XMLCVersion - class org.enhydra.xml.xmlc.XMLCVersion.
Class containing the XMLC version number.
xmlDecl(int, int, int) - Method in class org.enhydra.xml.xmlc.parsers.xerces.XercesTracer
 
xmlDecl(int, int, int) - Method in class org.enhydra.xml.xmlc.parsers.xerces.XercesParser
 
XMLEntityResolver - class org.enhydra.xml.io.XMLEntityResolver.
A flexable entity resolver for use with parsing XML files.
XMLEntityResolver() - Constructor for class org.enhydra.xml.io.XMLEntityResolver
 
XMLFormatter - class org.enhydra.xml.io.XMLFormatter.
Formatter for outputting a HTML DOM as a HTML text document.
XMLFormatter(Node, OutputOptions, boolean) - Constructor for class org.enhydra.xml.io.XMLFormatter
Constructor.
XMLIOError - error org.enhydra.xml.io.XMLIOError.
Error for XML I/O.
XMLIOError(String) - Constructor for class org.enhydra.xml.io.XMLIOError
Construct an error without a specified cause.
XMLIOError(String, Throwable) - Constructor for class org.enhydra.xml.io.XMLIOError
Construct an error with an associated causing error.
XMLIOError(Throwable) - Constructor for class org.enhydra.xml.io.XMLIOError
Construct an error from a causing error.
XMLObject - interface org.enhydra.xml.xmlc.XMLObject.
Interface for all compiled XML objects.
XMLObjectImpl - class org.enhydra.xml.xmlc.XMLObjectImpl.
Base class for all compiled XML objects.
XMLObjectImpl() - Constructor for class org.enhydra.xml.xmlc.XMLObjectImpl
Constructor.
XMLObjectLink - interface org.enhydra.xml.xmlc.XMLObjectLink.
Interface implemented by a Document to provide a way of getting back to the XMLObject that contains it.

< 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.