Enhydra 3.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 Y Z _

X

XBoolean - class org.apache.xalan.xpath.XBoolean.
This class represents an XPath boolean object, and is capable of converting the boolean to other types, such as a string.
XBoolean(boolean) - Constructor for class org.apache.xalan.xpath.XBoolean
Construct a XNodeSet object.
XBooleanStatic - class org.apache.xalan.xpath.XBooleanStatic.
This class doesn't have any XPathSupport, so override whatever to ensure it works OK.
XBooleanStatic(boolean) - Constructor for class org.apache.xalan.xpath.XBooleanStatic
Construct a XNodeSet object.
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/).
XercesLiaison - class org.apache.xalan.xpath.xdom.XercesLiaison.
Provides XSLTProcessor an interface to the Xerces XML parser.
XercesLiaison() - Constructor for class org.apache.xalan.xpath.xdom.XercesLiaison
Construct an instance.
XercesLiaison(ErrorHandler) - Constructor for class org.apache.xalan.xpath.xdom.XercesLiaison
Constructor that takes SAX ErrorHandler as an argument.
XercesLiaison(XPathEnvSupport) - Constructor for class org.apache.xalan.xpath.xdom.XercesLiaison
Construct an instance.
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 (?).
XLocator - interface org.apache.xalan.xpath.XLocator.
This interface provides services for processing a XPath LocationPath.
XML - Static variable in class org.apache.xml.serialize.Method
The output method for XML documents.
XML_HEADER - Static variable in class org.apache.xalan.xpath.res.XPATHErrorResources
 
XML_HEADER - Static variable in class org.apache.xalan.xslt.res.XSLTErrorResources
 
xml2JavaEncoding(String) - Static method in class org.enhydra.xml.io.Encoding
Convert a XML encoding to a Java encoding.
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 class org.enhydra.xml.xmlc.EnhydraXMLCLogger
 
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 class org.enhydra.xml.xmlc.EnhydraXMLCLogger
 
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.
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 - 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.
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 class org.apache.xalan.xpath.dtm.DTM
Signal the XML declaration of a document
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.
XMLParser - class org.apache.xerces.framework.XMLParser.
This is the base class of all standard parsers.
XMLPARSER - Static variable in interface org.apache.xalan.xpath.XPathSupport
 
XMLPARSER - Static variable in interface org.apache.xalan.xpath.xml.ProblemListener
 
XMLParser() - Constructor for class org.apache.xerces.framework.XMLParser
Constructor
XMLParserLiaison - interface org.apache.xalan.xpath.xml.XMLParserLiaison.
An implementation of this interface acts as a liaison between the XSLT processor and the XML parser.
XMLParserLiaisonDefault - class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault.
This class is the default XMLParserLiaison for the XSL Processor.
XMLParserLiaisonDefault() - Constructor for class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault
Construct an instance.
XMLParserLiaisonDefault(ProblemListener) - Constructor for class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault
Construct an instance.
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.
XNodeSet - class org.apache.xalan.xpath.XNodeSet.
This class represents an XPath nodeset object, and is capable of converting the nodeset to other types, such as a string.
XNodeSet() - Constructor for class org.apache.xalan.xpath.XNodeSet
Construct an empty XNodeSet object.
XNodeSet(Node) - Constructor for class org.apache.xalan.xpath.XNodeSet
Construct a XNodeSet object for one node.
XNodeSet(NodeList) - Constructor for class org.apache.xalan.xpath.XNodeSet
Construct a XNodeSet object.
XNull - class org.apache.xalan.xpath.XNull.
This class represents an XPath null object, and is capable of converting the null to other types, such as a string.
XNull() - Constructor for class org.apache.xalan.xpath.XNull
Create an XObject.
XNumber - class org.apache.xalan.xpath.XNumber.
This class represents an XPath number, and is capable of converting the number to other types, such as a string.
XNumber(double) - Constructor for class org.apache.xalan.xpath.XNumber
Construct a XNodeSet object.
XObject - class org.apache.xalan.xpath.XObject.
This class represents an XPath object, and is capable of converting the object to various types, such as a string.
XObject() - Constructor for class org.apache.xalan.xpath.XObject
Create an XObject.
XObject(Object) - Constructor for class org.apache.xalan.xpath.XObject
Create an XObject.
XPath - class org.apache.xalan.xpath.XPath.
The XPath class represents the semantic parse tree of the XPath pattern.
XPath() - Constructor for class org.apache.xalan.xpath.XPath
Construct an XPath object.
XPath(ProblemListener) - Constructor for class org.apache.xalan.xpath.XPath
Construct a XPath, passing in a problem listener.
xpath(XPathSupport, Node, int) - Method in class org.apache.xalan.xpath.XPath
Execute from the beginning of the xpath.
XPathEnvSupport - interface org.apache.xalan.xpath.XPathEnvSupport.
This class provides services that must be implemented by the hosting environment, in other words, stuff that is external to XPath.
XPATHErrorResourceBundle - class org.apache.xalan.xpath.res.XPATHErrorResourceBundle.
LangResources_en.properties
XPATHErrorResourceBundle() - Constructor for class org.apache.xalan.xpath.res.XPATHErrorResourceBundle
 
XPATHErrorResources - class org.apache.xalan.xpath.res.XPATHErrorResources.
Set up error messages.
XPATHErrorResources_en - class org.apache.xalan.xpath.res.XPATHErrorResources_en.
Default implementation of XPATHErrorResources.
XPATHErrorResources_en() - Constructor for class org.apache.xalan.xpath.res.XPATHErrorResources_en
 
XPATHErrorResources() - Constructor for class org.apache.xalan.xpath.res.XPATHErrorResources
 
XPathException - exception org.apache.xalan.xpath.XPathException.
This class implements an exception object that all XPath classes will throw in case of an error.
XPathException(String) - Constructor for class org.apache.xalan.xpath.XPathException
Create an XPathException object that holds an error message.
XPathException(String, Exception) - Constructor for class org.apache.xalan.xpath.XPathException
Create an XPathException object that holds an error message, and another exception that caused this exception.
XPathException(String, Node, Exception) - Constructor for class org.apache.xalan.xpath.XPathException
Create an XPathException object that holds an error message, the stylesheet node that the error originated from, and another exception that caused this exception.
XPathException(String, Object) - Constructor for class org.apache.xalan.xpath.XPathException
Create an XPathException object that holds an error message and the stylesheet node that the error originated from.
XPathFactory - interface org.apache.xalan.xpath.XPathFactory.
Factory class for creating an XPath.
XPATHPARSER - Static variable in interface org.apache.xalan.xpath.XPathSupport
 
XPATHPARSER - Static variable in interface org.apache.xalan.xpath.xml.ProblemListener
 
XPathProcessor - interface org.apache.xalan.xpath.XPathProcessor.
An object that implements the XPathProcessor interface responsibilities include initializing the XPath expression from an XPath string.
XPATHPROCESSOR - Static variable in interface org.apache.xalan.xpath.XPathSupport
 
XPATHPROCESSOR - Static variable in interface org.apache.xalan.xpath.xml.ProblemListener
 
XPathProcessorException - exception org.apache.xalan.xpath.XPathProcessorException.
Derived from XPathException in order that XPath processor exceptions may be specifically caught.
XPathProcessorException(String) - Constructor for class org.apache.xalan.xpath.XPathProcessorException
Create an XPathProcessorException object that holds an error message.
XPathProcessorException(String, Exception) - Constructor for class org.apache.xalan.xpath.XPathProcessorException
Create an XPathProcessorException object that holds an error message, and another exception that caused this exception.
XPathProcessorImpl - class org.apache.xalan.xpath.XPathProcessorImpl.
Tokenizes and parses XPath expressions.
XPathProcessorImpl() - Constructor for class org.apache.xalan.xpath.XPathProcessorImpl
The parser constructor.
XPathProcessorImpl(XPathSupport) - Constructor for class org.apache.xalan.xpath.XPathProcessorImpl
The parser constructor.
XPathSupport - interface org.apache.xalan.xpath.XPathSupport.
Provides basic support for independent use of XPath.
XPathSupportDefault - class org.apache.xalan.xpath.XPathSupportDefault.
Default class for execution context when XPath is used by itself.
XPathSupportDefault() - Constructor for class org.apache.xalan.xpath.XPathSupportDefault
 
XRTreeFrag - class org.apache.xalan.xpath.XRTreeFrag.
This class represents an XPath result tree fragment object, and is capable of converting the RTF to other types, such as a string.
XRTreeFrag(DocumentFragment) - Constructor for class org.apache.xalan.xpath.XRTreeFrag
Create an XObject.
XSL_HEADER - Static variable in class org.apache.xalan.xpath.res.XPATHErrorResources
 
XSL_HEADER - Static variable in class org.apache.xalan.xslt.res.XSLTErrorResources
 
XSLMessages - class org.apache.xalan.xpath.xml.XSLMessages.
Sets things up for issuing error messages.
XSLMessages() - Constructor for class org.apache.xalan.xpath.xml.XSLMessages
 
XSLPROCESSOR - Static variable in interface org.apache.xalan.xpath.xml.ProblemListener
 
XSLProcessorContext - class org.apache.xalan.xslt.XSLProcessorContext.
Captures processor context to be passed to an extension element.
XSLProcessorContext(XSLTEngineImpl, Stylesheet, Node, Node, QName) - Constructor for class org.apache.xalan.xslt.XSLProcessorContext
 
XSLProcessorException - exception org.apache.xalan.xslt.XSLProcessorException.
The exception used for most XSLT errors.
XSLProcessorException(Exception) - Constructor for class org.apache.xalan.xslt.XSLProcessorException
Create an XSLProcessorException object that holds another exception that caused this exception.
XSLProcessorException(String) - Constructor for class org.apache.xalan.xslt.XSLProcessorException
Create an XSLProcessorException object that holds an error message.
XSLProcessorException(String, Exception) - Constructor for class org.apache.xalan.xslt.XSLProcessorException
Create an XSLProcessorException object that holds an error message, and another exception that caused this exception.
XSLProcessorVersion - class org.apache.xalan.xslt.XSLProcessorVersion.
Administrative class to keep track of the version number of the Xalan release.
XSLProcessorVersion() - Constructor for class org.apache.xalan.xslt.XSLProcessorVersion
 
XSLResourceBundle - class org.apache.xalan.xpath.xml.XSLResourceBundle.
This is an interface for error messages.
XSLResourceBundle() - Constructor for class org.apache.xalan.xpath.xml.XSLResourceBundle
 
XSLT_RESOURCE - Static variable in class org.apache.xalan.xslt.Constants
 
XSLTEngineImpl - class org.apache.xalan.xslt.XSLTEngineImpl.
The Xalan workhorse -- Collaborates with the XML parser liaison, the DOM, and the XPath engine, to transform a source tree of nodes into a result tree according to instructions and templates specified by a stylesheet tree.
XSLTEngineImpl() - Constructor for class org.apache.xalan.xslt.XSLTEngineImpl
Construct an XSLT processor that uses the default DTM (Document Table Model) liaison and XML parser.
XSLTEngineImpl(String) - Constructor for class org.apache.xalan.xslt.XSLTEngineImpl
Construct an XSLT processor that uses the the given parser liaison.
XSLTEngineImpl(XMLParserLiaison) - Constructor for class org.apache.xalan.xslt.XSLTEngineImpl
Construct an XSL processor that uses the the given parser liaison.
XSLTErrorResources - class org.apache.xalan.xslt.res.XSLTErrorResources.
Set up error messages.
XSLTErrorResources_en - class org.apache.xalan.xslt.res.XSLTErrorResources_en.
 
XSLTErrorResources_en() - Constructor for class org.apache.xalan.xslt.res.XSLTErrorResources_en
 
XSLTErrorResources() - Constructor for class org.apache.xalan.xslt.res.XSLTErrorResources
 
XSLTInputSource - class org.apache.xalan.xslt.XSLTInputSource.
Represents an XML source document or XSL stylesheet.
XSLTInputSource() - Constructor for class org.apache.xalan.xslt.XSLTInputSource
Zero-argument default constructor -- Before you can use the new XSLTInputSource object in a transformation, you must define the document source with setSystemId(), setNode(), setByteStream(), or setCharacterStream().
XSLTInputSource(InputSource) - Constructor for class org.apache.xalan.xslt.XSLTInputSource
Create a new XSLTInputSource source from a SAX input source.
XSLTInputSource(InputStream) - Constructor for class org.apache.xalan.xslt.XSLTInputSource
Create a new input source with a byte stream -- the equivalent of creating an input source with the zero-argument constructor and setting the new object's ByteStream property.
XSLTInputSource(Node) - Constructor for class org.apache.xalan.xslt.XSLTInputSource
Create a new input source with a DOM Node -- the equivalent of creating an input source with the zero-argument constructor and setting the new object's Node property.
XSLTInputSource(Reader) - Constructor for class org.apache.xalan.xslt.XSLTInputSource
Create a new input source with a character stream -- the equivalent of creating an input source with the zero-argument constructor and setting the new object's CharacterStream property.
XSLTInputSource(String) - Constructor for class org.apache.xalan.xslt.XSLTInputSource
Create a new input source with a system identifier (for a URL or file name) -- the equivalent of creating an input source with the zero-argument constructor and setting the new object's SystemId property.
XSLTJavaClassEngine - class org.apache.xalan.xpath.XSLTJavaClassEngine.
This is a custom scripting engine for the XSLT processor's needs of calling into Java objects.
XSLTJavaClassEngine() - Constructor for class org.apache.xalan.xpath.XSLTJavaClassEngine
 
XSLTProcessor - interface org.apache.xalan.xslt.XSLTProcessor.
The transformation processor -- use XSLTProcessorFactory to instantiate an implementation of this interface.
XSLTPROCESSOR - Static variable in interface org.apache.xalan.xpath.XPathSupport
 
XSLTProcessorApplet - class org.apache.xalan.xslt.client.XSLTProcessorApplet.
Provides applet host for the XSLT processor.
XSLTProcessorApplet() - Constructor for class org.apache.xalan.xslt.client.XSLTProcessorApplet
The XSLTProcessorApplet constructor takes no arguments.
XSLTProcessorFactory - class org.apache.xalan.xslt.XSLTProcessorFactory.
Manufactures the processor for performing transformations.
XSLTProcessorFactory() - Constructor for class org.apache.xalan.xslt.XSLTProcessorFactory
 
XSLTResourceBundle - class org.apache.xalan.xslt.res.XSLTResourceBundle.
 
XSLTResourceBundle() - Constructor for class org.apache.xalan.xslt.res.XSLTResourceBundle
 
XSLTResources_cy - class org.apache.xalan.xslt.res.XSLTResources_cy.
 
XSLTResources_cy() - Constructor for class org.apache.xalan.xslt.res.XSLTResources_cy
 
XSLTResources_el - class org.apache.xalan.xslt.res.XSLTResources_el.
 
XSLTResources_el() - Constructor for class org.apache.xalan.xslt.res.XSLTResources_el
 
XSLTResources_en - class org.apache.xalan.xslt.res.XSLTResources_en.
 
XSLTResources_en() - Constructor for class org.apache.xalan.xslt.res.XSLTResources_en
 
XSLTResources_he - class org.apache.xalan.xslt.res.XSLTResources_he.
 
XSLTResources_he() - Constructor for class org.apache.xalan.xslt.res.XSLTResources_he
 
XSLTResources_hy - class org.apache.xalan.xslt.res.XSLTResources_hy.
 
XSLTResources_hy() - Constructor for class org.apache.xalan.xslt.res.XSLTResources_hy
 
XSLTResources_ja_JP_A - class org.apache.xalan.xslt.res.XSLTResources_ja_JP_A.
 
XSLTResources_ja_JP_A() - Constructor for class org.apache.xalan.xslt.res.XSLTResources_ja_JP_A
 
XSLTResources_ja_JP_HA - class org.apache.xalan.xslt.res.XSLTResources_ja_JP_HA.
 
XSLTResources_ja_JP_HA() - Constructor for class org.apache.xalan.xslt.res.XSLTResources_ja_JP_HA
 
XSLTResources_ja_JP_HI - class org.apache.xalan.xslt.res.XSLTResources_ja_JP_HI.
 
XSLTResources_ja_JP_HI() - Constructor for class org.apache.xalan.xslt.res.XSLTResources_ja_JP_HI
 
XSLTResources_ja_JP_I - class org.apache.xalan.xslt.res.XSLTResources_ja_JP_I.
 
XSLTResources_ja_JP_I() - Constructor for class org.apache.xalan.xslt.res.XSLTResources_ja_JP_I
 
XSLTResources_ka - class org.apache.xalan.xslt.res.XSLTResources_ka.
 
XSLTResources_ka() - Constructor for class org.apache.xalan.xslt.res.XSLTResources_ka
 
XSLTResources_zh_CN - class org.apache.xalan.xslt.res.XSLTResources_zh_CN.
 
XSLTResources_zh_CN() - Constructor for class org.apache.xalan.xslt.res.XSLTResources_zh_CN
 
XSLTResources_zh_TW - class org.apache.xalan.xslt.res.XSLTResources_zh_TW.
 
XSLTResources_zh_TW() - Constructor for class org.apache.xalan.xslt.res.XSLTResources_zh_TW
 
XSLTResultTarget - class org.apache.xalan.xslt.XSLTResultTarget.
Contains the result of a transformation that you perform with the XSLTProcessor process() method or one of the StylesheetRoot process() methods.
XSLTResultTarget() - Constructor for class org.apache.xalan.xslt.XSLTResultTarget
Zero-argument default constructor -- Before you can use the new XSLTResultTarget object in a transformation, you must define the output container by setting its FileName, CharacterStrea, ByteStream, or Node property.
XSLTResultTarget(DocumentHandler) - Constructor for class org.apache.xalan.xslt.XSLTResultTarget
Create a new output target with a SAX Document handler, which will handle result events -- the equivalent of creating an output target with the zero-argument constructor and setting the new object's DocyumentHandler property.
XSLTResultTarget(Node) - Constructor for class org.apache.xalan.xslt.XSLTResultTarget
Create a new output target with a DOM Node -- the equivalent of creating an output target with the zero-argument constructor and setting the new object's Node property.
XSLTResultTarget(OutputStream) - Constructor for class org.apache.xalan.xslt.XSLTResultTarget
Create a new output target with a byte stream -- the equivalent of creating an output target with the zero-argument constructor and setting the new object's ByteStream property.
XSLTResultTarget(String) - Constructor for class org.apache.xalan.xslt.XSLTResultTarget
Create a new output target with a file name -- the equivalent of creating an output target with the zero-argument constructor and setting the new object's FileName property.
XSLTResultTarget(Writer) - Constructor for class org.apache.xalan.xslt.XSLTResultTarget
Create a new output target with a character stream -- the equivalent of creating an output target with the zero-argument constructor and setting the new object's CharacterStream property.
XString - class org.apache.xalan.xpath.XString.
This class represents an XPath string object, and is capable of converting the string to other types, such as a number.
XString(String) - Constructor for class org.apache.xalan.xpath.XString
Construct a XNodeSet object.

Enhydra 3.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 Y Z _