A B C D E F G I J 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
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.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
 

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

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

F

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.

G

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.
getLength() - Method in class org.apache.excalibur.xml.xpath.NodeListImpl
The number of nodes in the list.
getNodeListFromPath(Node, String[]) - Static method in class org.apache.excalibur.xml.xpath.XPathUtil
Use a path to select all occurences of a node.
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.
getTransfomerHandler() - Method in class org.apache.excalibur.xml.xslt.XSLTProcessor.TransformerHandlerAndValidity
 
getTransfomerValidity() - Method in class org.apache.excalibur.xml.xslt.XSLTProcessor.TransformerHandlerAndValidity
 
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
 
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.

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.
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.NodeListImpl
Returns the index th item in the collection.

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

M

m_checkIncludes - Variable in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
Check included stylesheets
m_defaultFactory - Variable in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
The default TransformerFactory used by this component
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.xslt.XSLTProcessorImpl
The trax TransformerFactory this component uses
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_manager - Variable in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
The ServiceManager
m_resolver - Variable in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
Resolver used to resolve XSLT document() calls, imports and includes
m_store - Variable in class org.apache.excalibur.xml.xslt.XSLTProcessorImpl
The store service instance
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

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
 

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.

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

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.

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.
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
 
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 I J M N O P R S T W X

Copyright © 1997-2012 Apache Software Foundation. All Rights Reserved.