Enhydra 3.1.1b1 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 Y Z _

X

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/).
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.
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.apache.xml.serialize.Method
The output method for XML documents.
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_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.
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.
XMLCDocument - class org.enhydra.xml.xmlc.dom.XMLCDocument.
 
XMLCDocument(XMLCDomFactory) - Constructor for class org.enhydra.xml.xmlc.dom.XMLCDocument
 
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 - interface org.enhydra.xml.xmlc.XMLCFactory.
Interface for factories for instances of XMLC generated classes.
XMLCLogger - interface org.enhydra.xml.xmlc.XMLCLogger.
 
XMLContentSpec - class org.apache.xerces.framework.XMLContentSpec.
ContentSpec really exists to aid the parser classes in implementing access to the grammar.
XMLContentSpec.Provider - interface org.apache.xerces.framework.XMLContentSpec.Provider.
Provides a means for walking the structure built out of content spec "nodes".
XMLContentSpec() - Constructor for class org.apache.xerces.framework.XMLContentSpec
Default constructor.
XMLContentSpec(int, int, int) - Constructor for class org.apache.xerces.framework.XMLContentSpec
Constructs a content spec with the specified values.
XMLContentSpec(XMLContentSpec.Provider, int) - Constructor for class org.apache.xerces.framework.XMLContentSpec
Constructs a content spec from the values specified by the given content spec provider and identifier.
XMLContentSpec(XMLContentSpec) - Constructor for class org.apache.xerces.framework.XMLContentSpec
Constructs a content spec from the values in the specified content spec.
XMLCReloadingException - exception org.enhydra.xml.xmlc.reloading.XMLCReloadingException.
 
XMLCReloadingException(String) - Constructor for class org.enhydra.xml.xmlc.reloading.XMLCReloadingException
 
XMLCReloadingException(String, Throwable) - Constructor for class org.enhydra.xml.xmlc.reloading.XMLCReloadingException
 
XMLCReloadingException(Throwable) - Constructor for class org.enhydra.xml.xmlc.reloading.XMLCReloadingException
 
XMLCReloadingFactory - class org.enhydra.xml.xmlc.reloading.XMLCReloadingFactory.
Factory class to create instances of XMLC-generated class with automatic recompilation if the class is out-of-date relative to a source file.
XMLCReloadingFactory(RecompilationHandler, ClassLoader, XMLCLogger) - Constructor for class org.enhydra.xml.xmlc.reloading.XMLCReloadingFactory
Constructor.
XMLCReloadingFactory(RecompilationHandler, ResourceLoader, XMLCLogger) - Constructor for class org.enhydra.xml.xmlc.reloading.XMLCReloadingFactory
Constructor.
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
 
xmlDecl(int, int, int) - Method in interface org.apache.xerces.framework.XMLDocumentHandler
Signal the XML declaration of a document
xmlDecl(int, int, int) - Method in class org.apache.xerces.parsers.DOMParser
XML declaration.
xmlDecl(int, int, int) - Method in class org.apache.xerces.parsers.SAXParser
XML declaration.
XMLDocumentHandler - interface org.apache.xerces.framework.XMLDocumentHandler.
XMLValidator defines the interface that XMLDocumentScanner and XML EntityHandler have with an object that serves as a pluggable validator.
XMLDocumentHandler.DTDHandler - interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler.
 
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(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(StringPool, XMLErrorReporter, XMLEntityHandler, XMLEntityHandler.CharBuffer) - Constructor for class org.apache.xerces.framework.XMLDTDScanner
 
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
 
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.
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.
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.
XMLObjectLink - interface org.enhydra.xml.xmlc.XMLObjectLink.
 
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() - Constructor for class org.xml.sax.helpers.XMLReaderAdapter
Create a new adapter.
XMLReaderAdapter(XMLReader) - Constructor for class org.xml.sax.helpers.XMLReaderAdapter
Create a new adapter.
XMLReaderFactory - class org.xml.sax.helpers.XMLReaderFactory.
Factory for creating an XML reader.
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.

Enhydra 3.1.1b1 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 Y Z _