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

X

XCatalog - class org.apache.xerces.readers.XCatalog.
This catalog supports the XCatalog proposal draft 0.2 posted to the xml-dev mailing list by John Cowan.
XCATALOG_DTD_PUBLICID - Static variable in class org.apache.xerces.readers.XCatalog
XCatalog public identifier string ("-//DTD XCatalog//EN").
XCatalog() - Constructor for class org.apache.xerces.readers.XCatalog
Constructs an XCatalog instance.
XERCES_FEATURES_PREFIX - Static variable in class org.apache.xerces.framework.XMLParser
Xerces features prefix (http://apache.org/xml/features/).
XERCES_PROPERTIES_PREFIX - Static variable in class org.apache.xerces.framework.XMLParser
Xerces properties prefix (http://apache.org/xml/properties/).
XGrammarWriter - class org.apache.xerces.domx.XGrammarWriter.
This program allows you to print the grammar of a document either in XML Schema format or the standard DTD format.
XGrammarWriter.OutputFormat - class org.apache.xerces.domx.XGrammarWriter.OutputFormat.
Output format enumeration.
XGrammarWriter() - Constructor for class org.apache.xerces.domx.XGrammarWriter
Default constructor.
XGrammarWriter(OutputStream) - Constructor for class org.apache.xerces.domx.XGrammarWriter
Constructs a grammar writer with the specified writer.
XGrammarWriter(PrintWriter) - Constructor for class org.apache.xerces.domx.XGrammarWriter
Constructs a grammar writer with the specified print writer.
XGrammarWriter(Writer, String) - Constructor for class org.apache.xerces.domx.XGrammarWriter
Constructs a grammar writer with the specified writer.
XHTML - Static variable in class org.apache.xml.serialize.Method
The output method for HTML documents as XHTML.
XHTMLNamespace - Static variable in class org.apache.xml.serialize.HTMLSerializer
 
XHTMLPublicId - Static variable in class org.apache.xml.serialize.OutputFormat.DTD
Public identifier for XHTML document type.
XHTMLSerializer - class org.apache.xml.serialize.XHTMLSerializer.
Implements an XHTML serializer supporting both DOM and SAX pretty serializing.
XHTMLSerializer() - Constructor for class org.apache.xml.serialize.XHTMLSerializer
Constructs a new serializer.
XHTMLSerializer(OutputFormat) - Constructor for class org.apache.xml.serialize.XHTMLSerializer
Constructs a new serializer.
XHTMLSerializer(OutputStream, OutputFormat) - Constructor for class org.apache.xml.serialize.XHTMLSerializer
Constructs a new serializer that writes to the specified output stream using the specified output format.
XHTMLSerializer(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.XHTMLSerializer
Constructs a new serializer that writes to the specified writer using the specified output format.
XHTMLSystemId - Static variable in class org.apache.xml.serialize.OutputFormat.DTD
System identifier for XHTML document type.
XML - Static variable in class org.apache.xml.serialize.Method
The output method for XML documents.
XML_SCHEMA - Static variable in class org.apache.xerces.domx.XGrammarWriter.OutputFormat
Output format: XML Schema.
XMLAttrList - class org.apache.xerces.framework.XMLAttrList.
An instance of this class is used to represent the set of attributes for an element that are either directly specified or provided through a default value in the grammar for the document.
XMLAttrList(StringPool) - Constructor for class org.apache.xerces.framework.XMLAttrList
Constructor
XMLC_DEBUG_LOG_LEVEL - Static variable in interface org.enhydra.xml.xmlc.XMLCFactory
 
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_LOG_LEVEL - Static variable in interface org.enhydra.xml.xmlc.XMLCFactory
 
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.
XMLCatalogHandler - class org.apache.xerces.readers.XMLCatalogHandler.
Interface for implementing basic catalog support in the parser.
XMLCatalogHandler() - Constructor for class org.apache.xerces.readers.XMLCatalogHandler
 
XMLCAutoCompException - exception org.enhydra.xml.xmlc.autocomp.XMLCAutoCompException.
 
XMLCAutoCompException(String) - Constructor for class org.enhydra.xml.xmlc.autocomp.XMLCAutoCompException
 
XMLCAutoCompException(String, Throwable) - Constructor for class org.enhydra.xml.xmlc.autocomp.XMLCAutoCompException
 
XMLCAutoCompException(Throwable) - Constructor for class org.enhydra.xml.xmlc.autocomp.XMLCAutoCompException
 
XMLCAutoCompFactory - class org.enhydra.xml.xmlc.autocomp.XMLCAutoCompFactory.
Factory class to create instances of XMLC-generated class with automatic recompilation if the class is out-of-date relative to a source file.
XMLCAutoCompFactory(RecompilationHandler, ClassLoader, LogChannel) - Constructor for class org.enhydra.xml.xmlc.autocomp.XMLCAutoCompFactory
Constructor.
XMLCAutoCompFactory(RecompilationHandler, ResourceLoader, LogChannel) - Constructor for class org.enhydra.xml.xmlc.autocomp.XMLCAutoCompFactory
Constructor.
XMLCDomFactory - interface org.enhydra.xml.xmlc.dom.XMLCDomFactory.
Interface for a factory class that can create DocumentType and Document 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 - Variable in class com.lutris.appserver.server.StandardApplication
XMLC Factory.
xmlcFactory - Variable in class com.lutris.appserver.server.httpPresentation.HttpPresentationComms
Reference to the XMLC factory object contained in the application.
XMLCFactory - interface org.enhydra.xml.xmlc.XMLCFactory.
 
XMLContentSpecNode - class org.apache.xerces.framework.XMLContentSpecNode.
This class is used by the DTD scanner and the validator classes, allowing them to be used separately or together.
XMLContentSpecNode() - Constructor for class org.apache.xerces.framework.XMLContentSpecNode
 
XMLCRuntimeException - exception org.enhydra.xml.xmlc.XMLCRuntimeException.
 
XMLCRuntimeException(String) - Constructor for class org.enhydra.xml.xmlc.XMLCRuntimeException
 
XMLCRuntimeException(String, Throwable) - Constructor for class org.enhydra.xml.xmlc.XMLCRuntimeException
 
XMLCRuntimeException(Throwable) - Constructor for class org.enhydra.xml.xmlc.XMLCRuntimeException
 
XMLCUtil - class org.enhydra.xml.xmlc.XMLCUtil.
Utility methods for dealing with DOMs.
XMLCUtil() - Constructor for class org.enhydra.xml.xmlc.XMLCUtil
 
XMLDeclRecognizer - class org.apache.xerces.readers.XMLDeclRecognizer.
Abstract base class for encoding recognizers.
XMLDeclRecognizer() - Constructor for class org.apache.xerces.readers.XMLDeclRecognizer
 
XMLDocumentScanner - class org.apache.xerces.framework.XMLDocumentScanner.
This class recognizes most of the grammer for an XML processor.
XMLDocumentScanner.EventHandler - interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler.
This interface must be implemented by the users of the XMLDocumentScanner class.
XMLDocumentScanner(XMLDocumentScanner.EventHandler, StringPool, XMLErrorReporter, XMLEntityHandler, XMLEntityHandler.CharBuffer) - Constructor for class org.apache.xerces.framework.XMLDocumentScanner
Constructor
XMLDTDScanner - class org.apache.xerces.framework.XMLDTDScanner.
Default implementation of an XML DTD scanner.
XMLDTDScanner.EventHandler - interface org.apache.xerces.framework.XMLDTDScanner.EventHandler.
This interface must be implemented by the users of the XMLDTDScanner class.
XMLDTDScanner(XMLDTDScanner.EventHandler, StringPool, XMLErrorReporter, XMLEntityHandler, XMLEntityHandler.CharBuffer) - Constructor for class org.apache.xerces.framework.XMLDTDScanner
 
XMLEntityHandler - interface org.apache.xerces.readers.XMLEntityHandler.
This is the interface used for entity management.
XMLEntityHandler.CharBuffer - interface org.apache.xerces.readers.XMLEntityHandler.CharBuffer.
This interface is used to store and retrieve character sequences.
XMLEntityHandler.EntityReader - interface org.apache.xerces.readers.XMLEntityHandler.EntityReader.
This is the interface for scanners to process input data from entities without needing to know the details of the underlying storage of those entities, or their encodings.
XMLEntityReaderFactory - interface org.apache.xerces.readers.XMLEntityReaderFactory.
This is the factory interface used to create readers.
XMLErrorReporter - interface org.apache.xerces.framework.XMLErrorReporter.
Error handling
XMLFilter - interface org.xml.sax.XMLFilter.
Interface for an XML filter.
XMLFilterImpl - class org.xml.sax.helpers.XMLFilterImpl.
Base class for deriving an XML filter.
XMLFilterImpl() - Constructor for class org.xml.sax.helpers.XMLFilterImpl
Construct an empty XML filter, with no parent.
XMLFilterImpl(XMLReader) - Constructor for class org.xml.sax.helpers.XMLFilterImpl
Construct an XML filter with the specified parent.
XMLNS - Static variable in class org.xml.sax.helpers.NamespaceSupport
The XML Namespace as a constant.
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.
XMLParser - class org.apache.xerces.framework.XMLParser.
This is the base class of all standard parsers.
XMLParser() - Constructor for class org.apache.xerces.framework.XMLParser
Constructor
XMLReader - interface org.xml.sax.XMLReader.
Interface for reading an XML document using callbacks.
XMLReaderAdapter - class org.xml.sax.helpers.XMLReaderAdapter.
Adapt a SAX2 XMLReader as a SAX1 Parser.
XMLReaderAdapter(XMLReader) - Constructor for class org.xml.sax.helpers.XMLReaderAdapter
Create a new adapter.
XMLSerializer - class org.apache.xml.serialize.XMLSerializer.
Implements an XML serializer supporting both DOM and SAX pretty serializing.
XMLSerializer() - Constructor for class org.apache.xml.serialize.XMLSerializer
Constructs a new serializer.
XMLSerializer(OutputFormat) - Constructor for class org.apache.xml.serialize.XMLSerializer
Constructs a new serializer.
XMLSerializer(OutputStream, OutputFormat) - Constructor for class org.apache.xml.serialize.XMLSerializer
Constructs a new serializer that writes to the specified output stream using the specified output format.
XMLSerializer(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.XMLSerializer
Constructs a new serializer that writes to the specified writer using the specified output format.
XMLValidator - interface org.apache.xerces.framework.XMLValidator.
XMLValidator defines the interface that XMLDocumentScanner and XML EntityHandler have with an object that serves as a pluggable validator.
XMLValidator.ContentSpec - interface org.apache.xerces.framework.XMLValidator.ContentSpec.
ContentSpec really exists to aid the parser classes in implementing access to the grammar

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