A B C D E F G H I J L M N O P R S T W X

A

AbstractProcessorImpl - Class in org.apache.excalibur.xml.xpath
This class defines base class for the implementations of the XPathProcessor component.
AbstractProcessorImpl() - Constructor for class org.apache.excalibur.xml.xpath.AbstractProcessorImpl
 
addNode(Node) - Method in class org.apache.excalibur.xml.xpath.NodeListImpl
Add a node to list

B

buildPathArray(String) - Static method in class org.apache.excalibur.xml.xpath.XPathUtil
Build the input for the get...FromPath methods.

C

catalogManager - Variable in class org.apache.excalibur.xml.DefaultEntityResolver
The catalog manager
catalogResolver - Variable in class org.apache.excalibur.xml.DefaultEntityResolver
The catalog resolver
CDATA - Static variable in class org.apache.excalibur.xml.sax.DocumentHandlerAdapter
 
characters(char[], int, int) - Method in class org.apache.excalibur.xml.sax.ContentHandlerAdapter
 
characters(char[], int, int) - Method in class org.apache.excalibur.xml.sax.ContentHandlerProxy
Receive notification of character data.
characters(char[], int, int) - Method in class org.apache.excalibur.xml.sax.ContentHandlerWrapper
Deprecated. Receive notification of character data.
characters(char[], int, int) - Method in class org.apache.excalibur.xml.sax.DocumentHandlerAdapter
Receive notification of character data.
characters(char[], int, int) - Method in class org.apache.excalibur.xml.sax.NOPContentHandler
Receive notification of character data.
comment(char[], int, int) - Method in class org.apache.excalibur.xml.impl.JaxpParser.DtdCommentEater
 
comment(char[], int, int) - Method in class org.apache.excalibur.xml.sax.ContentHandlerWrapper
Deprecated. Report an XML comment anywhere in the document.
comment(char[], int, int) - Method in class org.apache.excalibur.xml.sax.NOPLexicalHandler
Report an XML comment anywhere in the document.
comment(char[], int, int) - Method in class org.apache.excalibur.xml.sax.NOPXMLConsumer
Report an XML comment anywhere in the document.
comment(char[], int, int) - Method in class org.apache.excalibur.xml.sax.XMLConsumerProxy
Report an XML comment anywhere in the document.
configure(Configuration) - Method in class org.apache.excalibur.xml.sax.JTidyHTMLParser
 
configure(Configuration) - Method in class org.apache.excalibur.xml.xpath.AbstractProcessorImpl
 
configure(Configuration) - Method in class org.apache.excalibur.xml.xpath.XPathProcessorImpl
 
configure(Configuration) - Method in class org.apache.excalibur.xmlizer.DefaultXMLizer
 
ContentHandlerAdapter - Class in org.apache.excalibur.xml.sax
This class is an utility class adapting a SAX version 2.0 ContentHandler to receive SAX version 1.0 events.
ContentHandlerAdapter(ContentHandler) - Constructor for class org.apache.excalibur.xml.sax.ContentHandlerAdapter
 
ContentHandlerProxy - Class in org.apache.excalibur.xml.sax
This class is an utility class proxying a SAX version 2.0 ContentHandler and forwarding the events to it.
ContentHandlerProxy(ContentHandler) - Constructor for class org.apache.excalibur.xml.sax.ContentHandlerProxy
Create a new ContentHandlerWrapper instance.
ContentHandlerProxy() - Constructor for class org.apache.excalibur.xml.sax.ContentHandlerProxy
Create a new ContentHandlerWrapper instance.
ContentHandlerWrapper - Class in org.apache.excalibur.xml.sax
Deprecated. Use one of the replacement classes ContentHandlerProxy or XMLConsumerProxy
ContentHandlerWrapper() - Constructor for class org.apache.excalibur.xml.sax.ContentHandlerWrapper
Deprecated. Create a new ContentHandlerWrapper instance.
ContentHandlerWrapper(ContentHandler) - Constructor for class org.apache.excalibur.xml.sax.ContentHandlerWrapper
Deprecated. Create a new ContentHandlerWrapper instance.
ContentHandlerWrapper(ContentHandler, LexicalHandler) - Constructor for class org.apache.excalibur.xml.sax.ContentHandlerWrapper
Deprecated. Create a new ContentHandlerWrapper instance.
createDocument() - Method in interface org.apache.excalibur.xml.dom.DOMParser
Return a new Document.
createDocument() - Method in class org.apache.excalibur.xml.impl.JaxpParser
Return a new Document.
createDocument() - Method in class org.apache.excalibur.xml.impl.XercesParser
Return a new Document.
createDOMHandler() - Method in class org.apache.excalibur.xml.dom.DefaultDOMHandlerFactory
 
createDOMHandler(Document) - Method in class org.apache.excalibur.xml.dom.DefaultDOMHandlerFactory
 
createDOMHandler() - Method in interface org.apache.excalibur.xml.dom.DOMHandlerFactory
 
createDOMHandler(Document) - Method in interface org.apache.excalibur.xml.dom.DOMHandlerFactory
 
createSAXParser() - Method in class org.apache.excalibur.xml.impl.XercesParser
Utility method to create a SAXParser.

D

defaultCatalog() - Method in class org.apache.excalibur.xml.DefaultEntityResolver
Default catalog path
DefaultDOMHandler - Class in org.apache.excalibur.xml.dom
 
DefaultDOMHandler(TransformerHandler, Document) - Constructor for class org.apache.excalibur.xml.dom.DefaultDOMHandler
 
DefaultDOMHandlerFactory - Class in org.apache.excalibur.xml.dom
 
DefaultDOMHandlerFactory() - Constructor for class org.apache.excalibur.xml.dom.DefaultDOMHandlerFactory
 
DefaultDOMSerializer - Class in org.apache.excalibur.xml.dom
 
DefaultDOMSerializer() - Constructor for class org.apache.excalibur.xml.dom.DefaultDOMSerializer
 
DefaultEntityResolver - Class in org.apache.excalibur.xml
A component that uses catalogs for resolving entities.
DefaultEntityResolver() - Constructor for class org.apache.excalibur.xml.DefaultEntityResolver
 
DefaultXMLizer - Class in org.apache.excalibur.xmlizer
Converter for transforming any input stream with a given mime-type into SAX events.
DefaultXMLizer() - Constructor for class org.apache.excalibur.xmlizer.DefaultXMLizer
 
dispose() - Method in class org.apache.excalibur.xml.DefaultEntityResolver
Dispose
dispose() - Method in class org.apache.excalibur.xml.impl.JaxpParser
 
dispose() - Method in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
Disposable
DocumentHandlerAdapter - Class in org.apache.excalibur.xml.sax
This class is an utility class adapting a SAX version 1.0 DocumentHandler to receive SAX version 2.0 events.
DocumentHandlerAdapter(DocumentHandler) - Constructor for class org.apache.excalibur.xml.sax.DocumentHandlerAdapter
Create a new ContentHandlerWrapper instance.
DOMHandler - Interface in org.apache.excalibur.xml.dom
ContentHandler encapsulating a DOM document.
DOMHandlerFactory - Interface in org.apache.excalibur.xml.dom
The factory creates a DOMHandler encapsulating a DOM document.
DOMParser - Interface in org.apache.excalibur.xml.dom
The parser can be used to parse any XML document given by a InputSource object.
DOMSerializer - Interface in org.apache.excalibur.xml.dom
Converts a DOM document to a stream of SAX events.

E

EmptyNodeList - Class in org.apache.excalibur.xml.xpath
Noop NodeList.
EmptyNodeList() - Constructor for class org.apache.excalibur.xml.xpath.EmptyNodeList
 
endCDATA() - Method in class org.apache.excalibur.xml.impl.JaxpParser.DtdCommentEater
 
endCDATA() - Method in class org.apache.excalibur.xml.sax.ContentHandlerWrapper
Deprecated. Report the end of a CDATA section.
endCDATA() - Method in class org.apache.excalibur.xml.sax.NOPLexicalHandler
Report the end of a CDATA section.
endCDATA() - Method in class org.apache.excalibur.xml.sax.NOPXMLConsumer
Report the end of a CDATA section.
endCDATA() - Method in class org.apache.excalibur.xml.sax.XMLConsumerProxy
Report the end of a CDATA section.
endDocument() - Method in class org.apache.excalibur.xml.sax.ContentHandlerAdapter
 
endDocument() - Method in class org.apache.excalibur.xml.sax.ContentHandlerProxy
Receive notification of the end of a document.
endDocument() - Method in class org.apache.excalibur.xml.sax.ContentHandlerWrapper
Deprecated. Receive notification of the end of a document.
endDocument() - Method in class org.apache.excalibur.xml.sax.DocumentHandlerAdapter
Receive notification of the end of a document.
endDocument() - Method in class org.apache.excalibur.xml.sax.NOPContentHandler
Receive notification of the end of a document.
endDTD() - Method in class org.apache.excalibur.xml.impl.JaxpParser.DtdCommentEater
 
endDTD() - Method in class org.apache.excalibur.xml.sax.ContentHandlerWrapper
Deprecated. Report the end of DTD declarations.
endDTD() - Method in class org.apache.excalibur.xml.sax.NOPLexicalHandler
Report the end of DTD declarations.
endDTD() - Method in class org.apache.excalibur.xml.sax.NOPXMLConsumer
Report the end of DTD declarations.
endDTD() - Method in class org.apache.excalibur.xml.sax.XMLConsumerProxy
Report the end of DTD declarations.
endElement(String) - Method in class org.apache.excalibur.xml.sax.ContentHandlerAdapter
 
endElement(String, String, String) - Method in class org.apache.excalibur.xml.sax.ContentHandlerProxy
Receive notification of the end of an element.
endElement(String, String, String) - Method in class org.apache.excalibur.xml.sax.ContentHandlerWrapper
Deprecated. Receive notification of the end of an element.
endElement(String, String, String) - Method in class org.apache.excalibur.xml.sax.DocumentHandlerAdapter
Receive notification of the end of an element.
endElement(String, String, String) - Method in class org.apache.excalibur.xml.sax.NOPContentHandler
Receive notification of the end of an element.
endEntity(String) - Method in class org.apache.excalibur.xml.impl.JaxpParser.DtdCommentEater
 
endEntity(String) - Method in class org.apache.excalibur.xml.sax.ContentHandlerWrapper
Deprecated. Report the end of an entity.
endEntity(String) - Method in class org.apache.excalibur.xml.sax.NOPLexicalHandler
Report the end of an entity.
endEntity(String) - Method in class org.apache.excalibur.xml.sax.NOPXMLConsumer
Report the end of an entity.
endEntity(String) - Method in class org.apache.excalibur.xml.sax.XMLConsumerProxy
Report the end of an entity.
endPrefixMapping(String) - Method in class org.apache.excalibur.xml.sax.ContentHandlerProxy
End the scope of a prefix-URI mapping.
endPrefixMapping(String) - Method in class org.apache.excalibur.xml.sax.ContentHandlerWrapper
Deprecated. End the scope of a prefix-URI mapping.
endPrefixMapping(String) - Method in class org.apache.excalibur.xml.sax.DocumentHandlerAdapter
End the scope of a prefix-URI mapping.
endPrefixMapping(String) - Method in class org.apache.excalibur.xml.sax.NOPContentHandler
End the scope of a prefix-URI mapping.
EntityResolver - Interface in org.apache.excalibur.xml
A component that uses catalogs for resolving Entities.
error(SAXParseException) - Method in class org.apache.excalibur.xml.impl.JaxpParser
Receive notification of a recoverable error.
error(SAXParseException) - Method in class org.apache.excalibur.xml.impl.XercesParser
Receive notification of a recoverable error.
error(TransformerException) - Method in class org.apache.excalibur.xml.xslt.TraxErrorHandler
 
evaluate(Node, String, PrefixResolver) - Method in class org.apache.excalibur.xml.xpath.Saxon8ProcessorImpl
 
evaluateAsBoolean(Node, String) - Method in class org.apache.excalibur.xml.xpath.AbstractProcessorImpl
Evaluate XPath expression within a context.
evaluateAsBoolean(Node, String, PrefixResolver) - Method in class org.apache.excalibur.xml.xpath.AbstractProcessorImpl
Evaluate XPath expression within a context.
evaluateAsBoolean(Node, String, PrefixResolver) - Method in class org.apache.excalibur.xml.xpath.JaxenProcessorImpl
Evaluate XPath expression within a context.
evaluateAsBoolean(Node, String, PrefixResolver) - Method in class org.apache.excalibur.xml.xpath.Saxon8ProcessorImpl
Evaluate XPath expression within a context.
evaluateAsBoolean(Node, String) - Method in interface org.apache.excalibur.xml.xpath.XPathProcessor
Evaluate XPath expression within a context.
evaluateAsBoolean(Node, String, PrefixResolver) - Method in interface org.apache.excalibur.xml.xpath.XPathProcessor
Evaluate XPath expression within a context.
evaluateAsBoolean(Node, String, PrefixResolver) - Method in class org.apache.excalibur.xml.xpath.XPathProcessorImpl
Evaluate XPath expression within a context.
evaluateAsNumber(Node, String) - Method in class org.apache.excalibur.xml.xpath.AbstractProcessorImpl
Evaluate XPath expression within a context.
evaluateAsNumber(Node, String, PrefixResolver) - Method in class org.apache.excalibur.xml.xpath.AbstractProcessorImpl
Evaluate XPath expression within a context.
evaluateAsNumber(Node, String, PrefixResolver) - Method in class org.apache.excalibur.xml.xpath.JaxenProcessorImpl
Evaluate XPath expression within a context.
evaluateAsNumber(Node, String, PrefixResolver) - Method in class org.apache.excalibur.xml.xpath.Saxon8ProcessorImpl
Evaluate XPath expression within a context.
evaluateAsNumber(Node, String) - Method in interface org.apache.excalibur.xml.xpath.XPathProcessor
Evaluate XPath expression within a context.
evaluateAsNumber(Node, String, PrefixResolver) - Method in interface org.apache.excalibur.xml.xpath.XPathProcessor
Evaluate XPath expression within a context.
evaluateAsNumber(Node, String, PrefixResolver) - Method in class org.apache.excalibur.xml.xpath.XPathProcessorImpl
Evaluate XPath expression within a context.
evaluateAsString(Node, String) - Method in class org.apache.excalibur.xml.xpath.AbstractProcessorImpl
Evaluate XPath expression within a context.
evaluateAsString(Node, String, PrefixResolver) - Method in class org.apache.excalibur.xml.xpath.AbstractProcessorImpl
Evaluate XPath expression within a context.
evaluateAsString(Node, String, PrefixResolver) - Method in class org.apache.excalibur.xml.xpath.JaxenProcessorImpl
Evaluate XPath expression within a context.
evaluateAsString(Node, String, PrefixResolver) - Method in class org.apache.excalibur.xml.xpath.Saxon8ProcessorImpl
Evaluate XPath expression within a context.
evaluateAsString(Node, String) - Method in interface org.apache.excalibur.xml.xpath.XPathProcessor
Evaluate XPath expression within a context.
evaluateAsString(Node, String, PrefixResolver) - Method in interface org.apache.excalibur.xml.xpath.XPathProcessor
Evaluate XPath expression within a context.
evaluateAsString(Node, String, PrefixResolver) - Method in class org.apache.excalibur.xml.xpath.XPathProcessorImpl
Evaluate XPath expression within a context.
evaluateSingle(Node, String, PrefixResolver) - Method in class org.apache.excalibur.xml.xpath.Saxon8ProcessorImpl
 

F

factory - Static variable in class org.apache.excalibur.xml.xpath.Saxon8ProcessorImpl
 
fatalError(SAXParseException) - Method in class org.apache.excalibur.xml.impl.JaxpParser
Receive notification of a fatal error.
fatalError(SAXParseException) - Method in class org.apache.excalibur.xml.impl.XercesParser
Receive notification of a fatal error.
fatalError(TransformerException) - Method in class org.apache.excalibur.xml.xslt.TraxErrorHandler
 

G

getBaseIdentifier() - Method in class org.apache.excalibur.xml.xpath.XPathProcessorImpl.XalanResolver
 
getDocument() - Method in class org.apache.excalibur.xml.dom.DefaultDOMHandler
 
getDocument() - Method in interface org.apache.excalibur.xml.dom.DOMHandler
 
getFirstNodeFromPath(Node, String[], boolean) - Static method in class org.apache.excalibur.xml.xpath.XPathUtil
Use a path to select the first occurence of a node.
getFirstNodeFromPath(Node, String[], int) - Static method in class org.apache.excalibur.xml.xpath.XPathUtil
Private helper method for getFirstNodeFromPath()
getInputSource(Source) - Static method in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
Return a new InputSource object that uses the InputStream and the system ID of the Source object.
getLength() - Method in class org.apache.excalibur.xml.xpath.EmptyNodeList
 
getLength() - Method in class org.apache.excalibur.xml.xpath.NodeListImpl
The number of nodes in the list.
getLength() - Method in class org.apache.excalibur.xml.xpath.SimpleNodeList
 
getMessage(TransformerException) - Method in class org.apache.excalibur.xml.xslt.TraxErrorHandler
 
getNamespaceForPrefix(String) - Method in class org.apache.excalibur.xml.xpath.XPathProcessorImpl.XalanResolver
 
getNamespaceForPrefix(String, Node) - Method in class org.apache.excalibur.xml.xpath.XPathProcessorImpl.XalanResolver
 
getNodeListFromPath(Node, String[]) - Static method in class org.apache.excalibur.xml.xpath.XPathUtil
Use a path to select all occurences of a node.
getNodesFromPath(NodeListImpl, Node, String[], int) - Static method in class org.apache.excalibur.xml.xpath.XPathUtil
Helper method for getNodeListFromPath()
getSingleNode(XPathProcessor, Node, String) - Static method in class org.apache.excalibur.xml.xpath.XPathUtil
Return the Node from the DOM Node rootNode using the XPath expression path.
getTagName(String, String, String) - Method in class org.apache.excalibur.xml.sax.DocumentHandlerAdapter
 
getTagPrefix(String) - Method in class org.apache.excalibur.xml.sax.DocumentHandlerAdapter
 
getTemplates(Source, String) - Method in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
 
getTransfomerHandler() - Method in class org.apache.excalibur.xml.xslt.XSLTProcessor.TransformerHandlerAndValidity
 
getTransfomerValidity() - Method in class org.apache.excalibur.xml.xslt.XSLTProcessor.TransformerHandlerAndValidity
 
getTransformerFactory(String) - Method in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
Get the TransformerFactory associated with the given classname.
getTransformerHandler(Source, XMLFilter) - Method in interface org.apache.excalibur.xml.xslt.XSLTProcessor
Return a TransformerHandler for a given stylesheet Source.
getTransformerHandler(Source) - Method in interface org.apache.excalibur.xml.xslt.XSLTProcessor
Same as XSLTProcessor.getTransformerHandler(Source,XMLFilter), with filter set to null.
getTransformerHandler(Source) - Method in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
 
getTransformerHandler(Source, XMLFilter) - Method in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
 
getTransformerHandlerAndValidity(Source, XMLFilter) - Method in interface org.apache.excalibur.xml.xslt.XSLTProcessor
Return a TransformerHandler and SourceValidity for a given stylesheet Source.
getTransformerHandlerAndValidity(Source) - Method in interface org.apache.excalibur.xml.xslt.XSLTProcessor
Same as XSLTProcessor.getTransformerHandlerAndValidity(Source,XMLFilter), with filter set to null.
getTransformerHandlerAndValidity(Source) - Method in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
 
getTransformerHandlerAndValidity(Source, XMLFilter) - Method in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
 
getURIForPrefix(String) - Method in class org.apache.excalibur.xml.xpath.Saxon8ProcessorImpl.Saxon8Context
 
getValueAsBooleanOf(XPathProcessor, Node, String) - Static method in class org.apache.excalibur.xml.xpath.XPathUtil
Get the boolean value of the node specified by the XPath.
getValueAsBooleanOf(XPathProcessor, Node, String, boolean) - Static method in class org.apache.excalibur.xml.xpath.XPathUtil
Get the boolean value of the node specified by the XPath.
getValueOf(XPathProcessor, Node, String) - Static method in class org.apache.excalibur.xml.xpath.XPathUtil
Get the value of the node specified by the XPath.
getValueOf(XPathProcessor, Node, String, String) - Static method in class org.apache.excalibur.xml.xpath.XPathUtil
Get the value of the node specified by the XPath.
getValueOfNode(XPathProcessor, Node) - Static method in class org.apache.excalibur.xml.xpath.XPathUtil
Get the value of the DOM node.
getValueOfNode(XPathProcessor, Node, String) - Static method in class org.apache.excalibur.xml.xpath.XPathUtil
Get the value of the node.

H

handlesNullPrefixes() - Method in class org.apache.excalibur.xml.xpath.XPathProcessorImpl.XalanResolver
 

I

ignorableWhitespace(char[], int, int) - Method in class org.apache.excalibur.xml.sax.ContentHandlerAdapter
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.excalibur.xml.sax.ContentHandlerProxy
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.apache.excalibur.xml.sax.ContentHandlerWrapper
Deprecated. Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.apache.excalibur.xml.sax.DocumentHandlerAdapter
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.apache.excalibur.xml.sax.NOPContentHandler
Receive notification of ignorable whitespace in element content.
inDTD - Variable in class org.apache.excalibur.xml.impl.JaxpParser.DtdCommentEater
 
initialize() - Method in class org.apache.excalibur.xml.impl.XercesParser
 
initialize() - Method in class org.apache.excalibur.xml.sax.JTidyHTMLParser
 
initialize() - Method in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
Initialize
item(int) - Method in class org.apache.excalibur.xml.xpath.EmptyNodeList
 
item(int) - Method in class org.apache.excalibur.xml.xpath.NodeListImpl
Returns the index th item in the collection.
item(int) - Method in class org.apache.excalibur.xml.xpath.SimpleNodeList
 

J

JaxenProcessorImpl - Class in org.apache.excalibur.xml.xpath
This class defines the implementation of the XPathProcessor component.
JaxenProcessorImpl() - Constructor for class org.apache.excalibur.xml.xpath.JaxenProcessorImpl
 
JaxenProcessorImpl.JaxenResolver - Class in org.apache.excalibur.xml.xpath
A Jaxen-specific wrapper for the PrefixResolver.
JaxenProcessorImpl.JaxenResolver(PrefixResolver) - Constructor for class org.apache.excalibur.xml.xpath.JaxenProcessorImpl.JaxenResolver
 
JaxpParser - Class in org.apache.excalibur.xml.impl
An XMLParser that is only dependant on JAXP 1.1 compliant parsers.
JaxpParser() - Constructor for class org.apache.excalibur.xml.impl.JaxpParser
 
JaxpParser.DtdCommentEater - Class in org.apache.excalibur.xml.impl
A LexicalHandler implementation that strips all comment events between startDTD and endDTD.
JaxpParser.DtdCommentEater(LexicalHandler) - Constructor for class org.apache.excalibur.xml.impl.JaxpParser.DtdCommentEater
 
JTidyHTMLParser - Class in org.apache.excalibur.xml.sax
Converter for transforming an input stream contain text/html data to SAX events.
JTidyHTMLParser() - Constructor for class org.apache.excalibur.xml.sax.JTidyHTMLParser
 

L

loadClass(String) - Method in class org.apache.excalibur.xml.impl.JaxpParser
Load a class

M

m_baseURI - Variable in class org.apache.excalibur.xml.xpath.XPathProcessorImpl
 
m_baseURI - Variable in class org.apache.excalibur.xml.xpath.XPathProcessorImpl.XalanResolver
 
m_checkIncludes - Variable in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
Check included stylesheets
m_contentHandler - Variable in class org.apache.excalibur.xml.sax.ContentHandlerProxy
The current ContentHandler.
m_contentHandler - Variable in class org.apache.excalibur.xml.sax.ContentHandlerWrapper
Deprecated. The current ContentHandler.
m_contextPushed - Variable in class org.apache.excalibur.xml.sax.DocumentHandlerAdapter
 
m_defaultFactory - Variable in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
The default TransformerFactory used by this component
m_docBuilder - Variable in class org.apache.excalibur.xml.impl.JaxpParser
The DOM builder.
m_docFactory - Variable in class org.apache.excalibur.xml.impl.JaxpParser
the Document Builder factory
m_documentHandler - Variable in class org.apache.excalibur.xml.sax.DocumentHandlerAdapter
 
m_dropDtdComments - Variable in class org.apache.excalibur.xml.impl.JaxpParser
Should comments appearing between start/endDTD events be dropped ?
m_errorHandler - Variable in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
The error handler for the transformer
m_factory - Variable in class org.apache.excalibur.xml.dom.DefaultDOMSerializer
 
m_factory - Variable in class org.apache.excalibur.xml.impl.JaxpParser
the SAX Parser factory
m_factory - Variable in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
The trax TransformerFactory this component uses
m_handler - Variable in class org.apache.excalibur.xml.sax.ContentHandlerAdapter
 
m_id - Variable in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
Hold the System ID of the main/base stylesheet
m_includesMap - Variable in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
Map of pairs of System ID's / validities of the included stylesheets
m_incrementalProcessing - Variable in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
Is incremental processing turned on? (default for Xalan: no)
m_lexicalHandler - Variable in class org.apache.excalibur.xml.sax.ContentHandlerWrapper
Deprecated. The optional LexicalHandler
m_lexicalHandler - Variable in class org.apache.excalibur.xml.sax.XMLConsumerProxy
The LexicalHandler
m_list - Variable in class org.apache.excalibur.xml.xpath.SimpleNodeList
 
m_logger - Variable in class org.apache.excalibur.xml.xslt.TraxErrorHandler
 
m_manager - Variable in class org.apache.excalibur.xml.impl.JaxpParser
The serviec manager
m_manager - Variable in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
The ServiceManager
m_mappings - Variable in class org.apache.excalibur.xml.xpath.AbstractProcessorImpl
 
m_mimeTypes - Variable in class org.apache.excalibur.xmlizer.DefaultXMLizer
Mapping between mime-type and role for a SAXParser handling the mime-type
m_nsPrefixes - Variable in class org.apache.excalibur.xml.impl.JaxpParser
do we want namespaces also as attributes ?
m_properties - Variable in class org.apache.excalibur.xml.sax.JTidyHTMLParser
 
m_reader - Variable in class org.apache.excalibur.xml.impl.JaxpParser
The SAX reader.
m_resolver - Variable in class org.apache.excalibur.xml.impl.JaxpParser
the Entity Resolver
m_resolver - Variable in class org.apache.excalibur.xml.xpath.XPathProcessorImpl.XalanResolver
 
m_resolver - Variable in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
Resolver used to resolve XSLT document() calls, imports and includes
m_resolverHint - Variable in class org.apache.excalibur.xml.impl.JaxpParser
the hint to the entity resolver
m_result - Variable in class org.apache.excalibur.xml.dom.DefaultDOMHandler
 
m_reuseParsers - Variable in class org.apache.excalibur.xml.impl.JaxpParser
do we want to reuse parsers ?
m_serializer - Variable in class org.apache.excalibur.xml.sax.JTidyHTMLParser
 
m_serviceManager - Variable in class org.apache.excalibur.xmlizer.DefaultXMLizer
The service manager
m_stopOnRecoverableError - Variable in class org.apache.excalibur.xml.impl.JaxpParser
do we stop on recoverable errors ?
m_stopOnWarning - Variable in class org.apache.excalibur.xml.impl.JaxpParser
do we stop on warnings ?
m_store - Variable in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
The store service instance
m_support - Variable in class org.apache.excalibur.xml.sax.ContentHandlerAdapter
 
m_support - Variable in class org.apache.excalibur.xml.sax.DocumentHandlerAdapter
 
m_tidy - Variable in class org.apache.excalibur.xml.sax.JTidyHTMLParser
 
m_transformerFactory - Variable in class org.apache.excalibur.xml.dom.DefaultDOMHandlerFactory
 
m_transformerFactory - Variable in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
The configured transformer factory to use
m_useStore - Variable in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
Is the store turned on? (default is off)
m_xmlizer - Variable in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
 
manager - Variable in class org.apache.excalibur.xml.DefaultEntityResolver
The component manager

N

next - Variable in class org.apache.excalibur.xml.impl.JaxpParser.DtdCommentEater
 
nodelist - Variable in class org.apache.excalibur.xml.xpath.NodeListImpl
 
NodeListImpl - Class in org.apache.excalibur.xml.xpath
Implementation of the NodeList interface.
NodeListImpl(NodeList) - Constructor for class org.apache.excalibur.xml.xpath.NodeListImpl
Construct a NodeList by copying.
NodeListImpl(Node[]) - Constructor for class org.apache.excalibur.xml.xpath.NodeListImpl
Constructor
NodeListImpl() - Constructor for class org.apache.excalibur.xml.xpath.NodeListImpl
Constructor
NodeListImpl(DocumentFragment, String) - Constructor for class org.apache.excalibur.xml.xpath.NodeListImpl
Construct a NodeList by copying.
NOPContentHandler - Class in org.apache.excalibur.xml.sax
This class provides default implementation of the methods specified by the ContentHandler interface.
NOPContentHandler() - Constructor for class org.apache.excalibur.xml.sax.NOPContentHandler
 
NOPLexicalHandler - Class in org.apache.excalibur.xml.sax
This class provides default implementation of the methods specified by the LexicalHandler interface.
NOPLexicalHandler() - Constructor for class org.apache.excalibur.xml.sax.NOPLexicalHandler
 
NOPXMLConsumer - Class in org.apache.excalibur.xml.sax
This class provides default implementation of the methods specified by the LexicalHandler and the ContentHandler interface.
NOPXMLConsumer() - Constructor for class org.apache.excalibur.xml.sax.NOPXMLConsumer
 
NULL - Static variable in class org.apache.excalibur.xml.impl.JaxpParser
 

O

org.apache.excalibur.xml - package org.apache.excalibur.xml
 
org.apache.excalibur.xml.dom - package org.apache.excalibur.xml.dom
 
org.apache.excalibur.xml.impl - package org.apache.excalibur.xml.impl
 
org.apache.excalibur.xml.sax - package org.apache.excalibur.xml.sax
 
org.apache.excalibur.xml.xpath - package org.apache.excalibur.xml.xpath
XPath processor and implementation.
org.apache.excalibur.xml.xslt - package org.apache.excalibur.xml.xslt
 
org.apache.excalibur.xmlizer - package org.apache.excalibur.xmlizer
 

P

parameterize(Parameters) - Method in class org.apache.excalibur.xml.DefaultEntityResolver
Set the configuration.
parameterize(Parameters) - Method in class org.apache.excalibur.xml.impl.JaxpParser
 
parameterize(Parameters) - Method in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
Configure the component
parse(InputSource, ContentHandler, LexicalHandler) - Method in class org.apache.excalibur.xml.impl.JaxpParser
Parse the InputSource and send SAX events to the consumer.
parse(InputSource, ContentHandler) - Method in class org.apache.excalibur.xml.impl.JaxpParser
Parse the InputSource and send SAX events to the consumer.
parse(InputSource, ContentHandler) - Method in class org.apache.excalibur.xml.impl.XercesParser
 
parse(InputSource, ContentHandler, LexicalHandler) - Method in class org.apache.excalibur.xml.impl.XercesParser
Parse the InputSource and send SAX events to the content handler and the lexical handler.
parse(InputSource, ContentHandler, LexicalHandler) - Method in class org.apache.excalibur.xml.sax.JTidyHTMLParser
 
parse(InputSource, ContentHandler) - Method in class org.apache.excalibur.xml.sax.JTidyHTMLParser
 
parse(InputSource, ContentHandler) - Method in interface org.apache.excalibur.xml.sax.SAXParser
Parse the InputSource and send SAX events to the consumer.
parse(InputSource, ContentHandler, LexicalHandler) - Method in interface org.apache.excalibur.xml.sax.SAXParser
Parse the InputSource and send SAX events to the content handler and the lexical handler.
parseCatalog(String) - Method in class org.apache.excalibur.xml.DefaultEntityResolver
Parse a catalog
parseDocument(InputSource) - Method in interface org.apache.excalibur.xml.dom.DOMParser
Parse the InputSource and create a DOM out of it.
parseDocument(InputSource) - Method in class org.apache.excalibur.xml.impl.JaxpParser
Parses a new Document object from the given InputSource.
parseDocument(InputSource) - Method in class org.apache.excalibur.xml.impl.XercesParser
Parses a new Document object from the given InputSource.
PrefixResolver - Interface in org.apache.excalibur.xml.xpath
Implement this interface in case you want to provide your own prefix resolving when evaluating XPath expressions.
prefixToNamespace(String) - Method in class org.apache.excalibur.xml.xpath.AbstractProcessorImpl
 
prefixToNamespace(String) - Method in interface org.apache.excalibur.xml.xpath.PrefixResolver
Given a namespace prefix, return the corresponding namespace URI, or null if the namespace prefix is not known.
printStackTrace() - Method in exception org.apache.excalibur.xml.xpath.XPathException
 
printStackTrace(PrintStream) - Method in exception org.apache.excalibur.xml.xpath.XPathException
 
printStackTrace(PrintWriter) - Method in exception org.apache.excalibur.xml.xpath.XPathException
 
processingInstruction(String, String) - Method in class org.apache.excalibur.xml.sax.ContentHandlerAdapter
 
processingInstruction(String, String) - Method in class org.apache.excalibur.xml.sax.ContentHandlerProxy
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.apache.excalibur.xml.sax.ContentHandlerWrapper
Deprecated. Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.apache.excalibur.xml.sax.DocumentHandlerAdapter
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.apache.excalibur.xml.sax.NOPContentHandler
Receive notification of a processing instruction.
putTemplates(Templates, Source, String) - Method in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
 

R

recycle() - Method in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
Recycle the component
resolve(String, String) - Method in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
Called by the processor when it encounters an xsl:include, xsl:import, or document() function.
resolveEntity(String, String) - Method in class org.apache.excalibur.xml.DefaultEntityResolver
Allow the application to resolve external entities.
resolver - Variable in class org.apache.excalibur.xml.DefaultEntityResolver
SourceResolver
resolver - Variable in class org.apache.excalibur.xml.xpath.JaxenProcessorImpl.JaxenResolver
 
resolver - Variable in class org.apache.excalibur.xml.xpath.Saxon8ProcessorImpl.Saxon8Context
 
ROLE - Static variable in interface org.apache.excalibur.xml.dom.DOMHandlerFactory
 
ROLE - Static variable in interface org.apache.excalibur.xml.dom.DOMParser
 
ROLE - Static variable in interface org.apache.excalibur.xml.dom.DOMSerializer
 
ROLE - Static variable in interface org.apache.excalibur.xml.EntityResolver
 
ROLE - Static variable in interface org.apache.excalibur.xml.sax.SAXParser
 
ROLE - Static variable in interface org.apache.excalibur.xml.xpath.XPathProcessor
The role implemented by an XSLTProcessor.
ROLE - Static variable in interface org.apache.excalibur.xml.xslt.XSLTProcessor
The role implemented by an XSLTProcessor.
ROLE - Static variable in interface org.apache.excalibur.xmlizer.XMLizer
 

S

Saxon8ProcessorImpl - Class in org.apache.excalibur.xml.xpath
This class defines the implementation of the XPathProcessor component.
Saxon8ProcessorImpl() - Constructor for class org.apache.excalibur.xml.xpath.Saxon8ProcessorImpl
 
Saxon8ProcessorImpl.Saxon8Context - Class in org.apache.excalibur.xml.xpath
 
Saxon8ProcessorImpl.Saxon8Context(NodeInfo, PrefixResolver) - Constructor for class org.apache.excalibur.xml.xpath.Saxon8ProcessorImpl.Saxon8Context
 
SAXParser - Interface in org.apache.excalibur.xml.sax
The parser can be used to parse any XML document given by a InputSource object.
searchNodeList(XPathProcessor, Node, String) - Static method in class org.apache.excalibur.xml.xpath.XPathUtil
Use an XPath string to select a nodelist.
searchSingleNode(XPathProcessor, Node, String) - Static method in class org.apache.excalibur.xml.xpath.XPathUtil
Use an XPath string to select a single node.
selectNodeList(Node, String) - Method in class org.apache.excalibur.xml.xpath.AbstractProcessorImpl
Use an XPath string to select a nodelist.
selectNodeList(Node, String, PrefixResolver) - Method in class org.apache.excalibur.xml.xpath.AbstractProcessorImpl
Use an XPath string to select a nodelist.
selectNodeList(Node, String, PrefixResolver) - Method in class org.apache.excalibur.xml.xpath.JaxenProcessorImpl
Use an XPath string to select a nodelist.
selectNodeList(Node, String, PrefixResolver) - Method in class org.apache.excalibur.xml.xpath.Saxon8ProcessorImpl
 
selectNodeList(Node, String) - Method in interface org.apache.excalibur.xml.xpath.XPathProcessor
Use an XPath string to select a nodelist.
selectNodeList(Node, String, PrefixResolver) - Method in interface org.apache.excalibur.xml.xpath.XPathProcessor
Use an XPath string to select a nodelist.
selectNodeList(Node, String, PrefixResolver) - Method in class org.apache.excalibur.xml.xpath.XPathProcessorImpl
Use an XPath string to select a nodelist.
selectSingleNode(Node, String) - Method in class org.apache.excalibur.xml.xpath.AbstractProcessorImpl
Use an XPath string to select a single node.
selectSingleNode(Node, String, PrefixResolver) - Method in class org.apache.excalibur.xml.xpath.AbstractProcessorImpl
Use an XPath string to select a single node.
selectSingleNode(Node, String, PrefixResolver) - Method in class org.apache.excalibur.xml.xpath.JaxenProcessorImpl
Use an XPath string to select a single node.
selectSingleNode(Node, String, PrefixResolver) - Method in class org.apache.excalibur.xml.xpath.Saxon8ProcessorImpl
 
selectSingleNode(Node, String) - Method in interface org.apache.excalibur.xml.xpath.XPathProcessor
Use an XPath string to select a single node.
selectSingleNode(Node, String, PrefixResolver) - Method in interface org.apache.excalibur.xml.xpath.XPathProcessor
Use an XPath string to select a single node.
selectSingleNode(Node, String, PrefixResolver) - Method in class org.apache.excalibur.xml.xpath.XPathProcessorImpl
Use an XPath string to select a single node.
serialize(Document, ContentHandler, LexicalHandler) - Method in class org.apache.excalibur.xml.dom.DefaultDOMSerializer
 
serialize(Document, ContentHandler, LexicalHandler) - Method in interface org.apache.excalibur.xml.dom.DOMSerializer
 
service(ServiceManager) - Method in class org.apache.excalibur.xml.DefaultEntityResolver
Set the global component manager.
service(ServiceManager) - Method in class org.apache.excalibur.xml.impl.JaxpParser
Get the Entity Resolver from the component m_manager
service(ServiceManager) - Method in class org.apache.excalibur.xml.sax.JTidyHTMLParser
 
service(ServiceManager) - Method in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
Compose.
service(ServiceManager) - Method in class org.apache.excalibur.xmlizer.DefaultXMLizer
 
setContentHandler(ContentHandler) - Method in class org.apache.excalibur.xml.sax.ContentHandlerProxy
Set the lexical handler
setContentHandler(ContentHandler) - Method in class org.apache.excalibur.xml.sax.ContentHandlerWrapper
Deprecated. Set the ContentHandler that will receive XML data.
setDocumentLocator(Locator) - Method in class org.apache.excalibur.xml.sax.ContentHandlerAdapter
 
setDocumentLocator(Locator) - Method in class org.apache.excalibur.xml.sax.ContentHandlerProxy
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.apache.excalibur.xml.sax.ContentHandlerWrapper
Deprecated. Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.apache.excalibur.xml.sax.DocumentHandlerAdapter
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.apache.excalibur.xml.sax.NOPContentHandler
Receive an object for locating the origin of SAX document events.
setLexicalHandler(LexicalHandler) - Method in class org.apache.excalibur.xml.sax.ContentHandlerWrapper
Deprecated. Set the LexicalHandler that will receive XML data.
setLexicalHandler(LexicalHandler) - Method in class org.apache.excalibur.xml.sax.XMLConsumerProxy
Set the lexical handler
setTransformerFactory(String) - Method in interface org.apache.excalibur.xml.xslt.XSLTProcessor
Set the TransformerFactory for this instance.
setTransformerFactory(String) - Method in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
Set the transformer factory used by this component
setupDocumentBuilder() - Method in class org.apache.excalibur.xml.impl.JaxpParser
Creates a new DocumentBuilder if needed.
setupXMLReader() - Method in class org.apache.excalibur.xml.impl.JaxpParser
Creates a new XMLReader if needed.
SimpleNodeList - Class in org.apache.excalibur.xml.xpath
Simple node list wrapper around a List object.
SimpleNodeList(List) - Constructor for class org.apache.excalibur.xml.xpath.SimpleNodeList
 
skippedEntity(String) - Method in class org.apache.excalibur.xml.sax.ContentHandlerProxy
Receive notification of a skipped entity.
skippedEntity(String) - Method in class org.apache.excalibur.xml.sax.ContentHandlerWrapper
Deprecated. Receive notification of a skipped entity.
skippedEntity(String) - Method in class org.apache.excalibur.xml.sax.DocumentHandlerAdapter
Receive notification of a skipped entity.
skippedEntity(String) - Method in class org.apache.excalibur.xml.sax.NOPContentHandler
Receive notification of a skipped entity.
sourceToSAX(Source, ContentHandler) - Method in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
 
startCDATA() - Method in class org.apache.excalibur.xml.impl.JaxpParser.DtdCommentEater
 
startCDATA() - Method in class org.apache.excalibur.xml.sax.ContentHandlerWrapper
Deprecated. Report the start of a CDATA section.
startCDATA() - Method in class org.apache.excalibur.xml.sax.NOPLexicalHandler
Report the start of a CDATA section.
startCDATA() - Method in class org.apache.excalibur.xml.sax.NOPXMLConsumer
Report the start of a CDATA section.
startCDATA() - Method in class org.apache.excalibur.xml.sax.XMLConsumerProxy
Report the start of a CDATA section.
startDocument() - Method in class org.apache.excalibur.xml.sax.ContentHandlerAdapter
 
startDocument() - Method in class org.apache.excalibur.xml.sax.ContentHandlerProxy
Receive notification of the beginning of a document.
startDocument() - Method in class org.apache.excalibur.xml.sax.ContentHandlerWrapper
Deprecated. Receive notification of the beginning of a document.
startDocument() - Method in class org.apache.excalibur.xml.sax.DocumentHandlerAdapter
Receive notification of the beginning of a document.
startDocument() - Method in class org.apache.excalibur.xml.sax.NOPContentHandler
Receive notification of the beginning of a document.
startDTD(String, String, String) - Method in class org.apache.excalibur.xml.impl.JaxpParser.DtdCommentEater
 
startDTD(String, String, String) - Method in class org.apache.excalibur.xml.sax.ContentHandlerWrapper
Deprecated. Report the start of DTD declarations, if any.
startDTD(String, String, String) - Method in class org.apache.excalibur.xml.sax.NOPLexicalHandler
Report the start of DTD declarations, if any.
startDTD(String, String, String) - Method in class org.apache.excalibur.xml.sax.NOPXMLConsumer
Report the start of DTD declarations, if any.
startDTD(String, String, String) - Method in class org.apache.excalibur.xml.sax.XMLConsumerProxy
Report the start of DTD declarations, if any.
startElement(String, AttributeList) - Method in class org.apache.excalibur.xml.sax.ContentHandlerAdapter
 
startElement(String, String, String, Attributes) - Method in class org.apache.excalibur.xml.sax.ContentHandlerProxy
Receive notification of the beginning of an element.
startElement(String, String, String, Attributes) - Method in class org.apache.excalibur.xml.sax.ContentHandlerWrapper
Deprecated. Receive notification of the beginning of an element.
startElement(String, String, String, Attributes) - Method in class org.apache.excalibur.xml.sax.DocumentHandlerAdapter
Receive notification of the beginning of an element.
startElement(String, String, String, Attributes) - Method in class org.apache.excalibur.xml.sax.NOPContentHandler
Receive notification of the beginning of an element.
startEntity(String) - Method in class org.apache.excalibur.xml.impl.JaxpParser.DtdCommentEater
 
startEntity(String) - Method in class org.apache.excalibur.xml.sax.ContentHandlerWrapper
Deprecated. Report the beginning of an entity.
startEntity(String) - Method in class org.apache.excalibur.xml.sax.NOPLexicalHandler
Report the beginning of an entity.
startEntity(String) - Method in class org.apache.excalibur.xml.sax.NOPXMLConsumer
Report the beginning of an entity.
startEntity(String) - Method in class org.apache.excalibur.xml.sax.XMLConsumerProxy
Report the beginning of an entity.
startPrefixMapping(String, String) - Method in class org.apache.excalibur.xml.sax.ContentHandlerProxy
Begin the scope of a prefix-URI Namespace mapping.
startPrefixMapping(String, String) - Method in class org.apache.excalibur.xml.sax.ContentHandlerWrapper
Deprecated. Begin the scope of a prefix-URI Namespace mapping.
startPrefixMapping(String, String) - Method in class org.apache.excalibur.xml.sax.DocumentHandlerAdapter
Begin the scope of a prefix-URI Namespace mapping.
startPrefixMapping(String, String) - Method in class org.apache.excalibur.xml.sax.NOPContentHandler
Begin the scope of a prefix-URI Namespace mapping.

T

toDOM(Node) - Method in interface org.apache.excalibur.xml.dom.XMLFragment
Appends children representing the object's state to the given node.
toSAX(ContentHandler) - Method in interface org.apache.excalibur.xml.sax.XMLizable
Generates SAX events representing the object's state.
toSAX(InputStream, String, String, ContentHandler) - Method in class org.apache.excalibur.xmlizer.DefaultXMLizer
 
toSAX(InputStream, String, String, ContentHandler) - Method in interface org.apache.excalibur.xmlizer.XMLizer
Generates SAX events from the given input stream NOTE : if the implementation can produce lexical events, care should be taken that handler can actually be a XMLConsumer that accepts such events or directly implements the LexicalHandler interface!
toString() - Method in exception org.apache.excalibur.xml.xpath.XPathException
 
transform(Source, Source, Parameters, Result) - Method in interface org.apache.excalibur.xml.xslt.XSLTProcessor
Applies an XSLT stylesheet to an XML document.
transform(Source, Source, Parameters, Result) - Method in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
 
transformerHandler - Variable in class org.apache.excalibur.xml.xslt.XSLTProcessor.TransformerHandlerAndValidity
 
transformerValidity - Variable in class org.apache.excalibur.xml.xslt.XSLTProcessor.TransformerHandlerAndValidity
 
translateNamespacePrefixToUri(String) - Method in class org.apache.excalibur.xml.xpath.JaxenProcessorImpl.JaxenResolver
 
TraxErrorHandler - Class in org.apache.excalibur.xml.xslt
This ErrorListener simply logs the exception and in case of an fatal-error the exception is rethrown.
TraxErrorHandler(Logger) - Constructor for class org.apache.excalibur.xml.xslt.TraxErrorHandler
 

W

warning(SAXParseException) - Method in class org.apache.excalibur.xml.impl.JaxpParser
Receive notification of a warning.
warning(SAXParseException) - Method in class org.apache.excalibur.xml.impl.XercesParser
Receive notification of a warning.
warning(TransformerException) - Method in class org.apache.excalibur.xml.xslt.TraxErrorHandler
 

X

XercesParser - Class in org.apache.excalibur.xml.impl
 
XercesParser() - Constructor for class org.apache.excalibur.xml.impl.XercesParser
 
XMLConsumer - Interface in org.apache.excalibur.xml.sax
This interfaces identifies classes that consume XML data, receiving notification of SAX events.
XMLConsumerProxy - Class in org.apache.excalibur.xml.sax
This class is an utility class proxying a SAX version 2.0 ContentHandler and LexicalHandler and forwarding it those events received throug its XMLConsumers interface.
XMLConsumerProxy(ContentHandler, LexicalHandler) - Constructor for class org.apache.excalibur.xml.sax.XMLConsumerProxy
Create a new XMLConsumerProxy instance.
XMLConsumerProxy() - Constructor for class org.apache.excalibur.xml.sax.XMLConsumerProxy
Create a new XMLConsumerProxy instance.
XMLConsumerProxy(XMLConsumer) - Constructor for class org.apache.excalibur.xml.sax.XMLConsumerProxy
Create a new XMLConsumerProxy instance.
XMLFragment - Interface in org.apache.excalibur.xml.dom
This interface must be implemented by classes willing to provide an XML representation of their current state.
XMLizable - Interface in org.apache.excalibur.xml.sax
This interface can be implemented by classes willing to provide an XML representation of their current state as SAX events.
XMLizer - Interface in org.apache.excalibur.xmlizer
Converter for transforming any input stream with a given mime-type into SAX events.
XMLNS - Static variable in class org.apache.excalibur.xml.sax.ContentHandlerAdapter
 
XMLNS - Static variable in class org.apache.excalibur.xml.sax.DocumentHandlerAdapter
 
XMLNS_PREFIX - Static variable in class org.apache.excalibur.xml.sax.ContentHandlerAdapter
 
XMLNS_PREFIX - Static variable in class org.apache.excalibur.xml.sax.DocumentHandlerAdapter
 
XPathException - Exception in org.apache.excalibur.xml.xpath
 
XPathException(String) - Constructor for exception org.apache.excalibur.xml.xpath.XPathException
Construct a new ProcessingException instance.
XPathException(Exception) - Constructor for exception org.apache.excalibur.xml.xpath.XPathException
Creates a new ProcessingException instance.
XPathException(String, Throwable) - Constructor for exception org.apache.excalibur.xml.xpath.XPathException
Construct a new ProcessingException that references a parent Exception.
XPathProcessor - Interface in org.apache.excalibur.xml.xpath
This is the interface of the XPath processor.
XPathProcessorImpl - Class in org.apache.excalibur.xml.xpath
This class defines the implementation of the XPathProcessor component.
XPathProcessorImpl() - Constructor for class org.apache.excalibur.xml.xpath.XPathProcessorImpl
 
XPathProcessorImpl.XalanResolver - Class in org.apache.excalibur.xml.xpath
A Xalan-specific wrapper for the PrefixResolver.
XPathProcessorImpl.XalanResolver(PrefixResolver, String) - Constructor for class org.apache.excalibur.xml.xpath.XPathProcessorImpl.XalanResolver
 
XPathUtil - Class in org.apache.excalibur.xml.xpath
This is a simple XPath helper class.
XPathUtil() - Constructor for class org.apache.excalibur.xml.xpath.XPathUtil
 
XSLTProcessor - Interface in org.apache.excalibur.xml.xslt
This is the interface of the XSLT processor.
XSLTProcessor.TransformerHandlerAndValidity - Class in org.apache.excalibur.xml.xslt
 
XSLTProcessor.TransformerHandlerAndValidity(TransformerHandler, SourceValidity) - Constructor for class org.apache.excalibur.xml.xslt.XSLTProcessor.TransformerHandlerAndValidity
 
XSLTProcessorException - Exception in org.apache.excalibur.xml.xslt
This exception is thrown by the XSLTProcessor.
XSLTProcessorException(String) - Constructor for exception org.apache.excalibur.xml.xslt.XSLTProcessorException
 
XSLTProcessorException(String, Throwable) - Constructor for exception org.apache.excalibur.xml.xslt.XSLTProcessorException
 
XSLTProcessorImpl - Class in org.apache.excalibur.xml.xslt
This class defines the implementation of the XSLTProcessor component.
XSLTProcessorImpl() - Constructor for class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
 

A B C D E F G H I J L M N O P R S T W X