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

A

addTraceListener(TraceListener) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Add a trace listener for the purposes of debugging and diagnosis.
addTraceListener(TraceListener) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Add a trace listener for the purposes of debugging and diagnosis.

B

bool() - Method in class org.apache.xalan.xpath.XBoolean
Cast result object to a boolean.
bool() - Method in class org.apache.xalan.xpath.XRTreeFrag
Cast result object to a boolean.
bool() - Method in class org.apache.xalan.xpath.XNumber
Cast result object to a boolean.
bool() - Method in class org.apache.xalan.xpath.XNull
Cast result object to a boolean.
bool() - Method in class org.apache.xalan.xpath.XNodeSet
Cast result object to a boolean.
bool() - Method in class org.apache.xalan.xpath.XString
Cast result object to a boolean.

C

castToNum(String) - Static method in class org.apache.xalan.xpath.XString
Cast a string to a number.
characters(char[], int, int) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Receive notification of character data.
comment(char[], int, int) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Report an XML comment anywhere in the document.
convertToNodeset() - Method in class org.apache.xalan.xpath.XRTreeFrag
Cast result object to a nodelist.
createLiaison() - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Get a Liaison class
createStylesheetRoot(String) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Bottleneck the creation of the stylesheet for derivation purposes.
createXBoolean(boolean) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Convenience function to create an XBoolean.
createXBoolean(boolean) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Convenience function to create an XBoolean.
createXNodeSet(Node) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Convenience function to create an XNodeSet from a node.
createXNodeSet(Node) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Convenience function to create an XNodeSet from a node.
createXNodeSet(NodeList) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Convenience function to create an XNodeSet.
createXNodeSet(NodeList) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Convenience function to create an XNodeSet.
createXNull() - Method in interface org.apache.xalan.xslt.XSLTProcessor
Convenience function to create an XNull.
createXNull() - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Convenience function to create an XNull.
createXNumber(double) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Convenience function to create an XNumber.
createXNumber(double) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Convenience function to create an XNumber.
createXObject(Object) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Convenience function to create an XObject.
createXObject(Object) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Convenience function to create an XObject.
createXString(String) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Convenience function to create an XString.
createXString(String) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Convenience function to create an XString.

E

endCDATA() - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Report the end of a CDATA section.
endDocument() - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Receive notification of the end of a document.
endDTD() - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Report the end of DTD declarations.
endElement(String) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Receive notification of the end of an element.
endEntity(String) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Report the end of an entity.
equals(XObject) - Method in class org.apache.xalan.xpath.XBoolean
Tell if two objects are functionally equal.
equals(XObject) - Method in class org.apache.xalan.xpath.XBooleanStatic
Tell if two objects are functionally equal.
equals(XObject) - Method in class org.apache.xalan.xpath.XRTreeFrag
Tell if two objects are functionally equal.
equals(XObject) - Method in class org.apache.xalan.xpath.XNumber
Tell if two objects are functionally equal.
equals(XObject) - Method in class org.apache.xalan.xpath.XNull
Tell if two objects are functionally equal.
equals(XObject) - Method in class org.apache.xalan.xpath.XNodeSet
Tell if two objects are functionally equal.
equals(XObject) - Method in class org.apache.xalan.xpath.XString
Tell if two objects are functionally equal.
ERROR - Static variable in interface org.apache.xalan.xpath.xml.ProblemListener
 
error(int) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Tell the user of an error, and probably throw an exception.
error(int, Exception) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Tell the user of an error, and probably throw an exception.
error(int, Object[]) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Tell the user of an error, and probably throw an exception.
error(int, Object[], Exception) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Tell the user of an error, and probably throw an exception.
error(Node, Node, int) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Tell the user of an error, and probably throw an exception.
error(Node, Node, int, Object[]) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Tell the user of an error, and probably throw an exception.
error(SAXParseException) - Method in class org.apache.xalan.xpath.xml.ProblemListenerDefault
 
error(String) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Tell the user of an error, and probably throw an exception.
error(TransformerException) - Method in class org.apache.xalan.xpath.xml.ProblemListenerDefault
 

F

fatalError(SAXParseException) - Method in class org.apache.xalan.xpath.xml.ProblemListenerDefault
 
fatalError(TransformerException) - Method in class org.apache.xalan.xpath.xml.ProblemListenerDefault
 
FormatterToDOM - class org.apache.xalan.xpath.xml.FormatterToDOM.
This class takes SAX events (in addition to some extra events that SAX doesn't handle yet) and adds the result to a document or document fragment.
FormatterToDOM(Document) - Constructor for class org.apache.xalan.xpath.xml.FormatterToDOM
FormatterToDOM instance constructor...
FormatterToDOM(Document, DocumentFragment) - Constructor for class org.apache.xalan.xpath.xml.FormatterToDOM
FormatterToDOM instance constructor...
FormatterToDOM(Document, Element) - Constructor for class org.apache.xalan.xpath.xml.FormatterToDOM
FormatterToDOM instance constructor...
FormatterToHTML - class org.apache.xalan.xpath.xml.FormatterToHTML.
FormatterToHTML formats SAX-style events into XML.
FormatterToHTML() - Constructor for class org.apache.xalan.xpath.xml.FormatterToHTML
 
FormatterToHTML(FormatterToXML) - Constructor for class org.apache.xalan.xpath.xml.FormatterToHTML
Constructor using a writer.
FormatterToHTML(OutputStream) - Constructor for class org.apache.xalan.xpath.xml.FormatterToHTML
Constructor using an output stream, and a simple OutputFormat.
FormatterToHTML(Writer) - Constructor for class org.apache.xalan.xpath.xml.FormatterToHTML
Constructor using a writer.
FormatterToText - class org.apache.xalan.xpath.xml.FormatterToText.
This class takes SAX events (in addition to some extra events that SAX doesn't handle yet) and produces simple text only.
FormatterToText(Writer) - Constructor for class org.apache.xalan.xpath.xml.FormatterToText
FormatterToText instance constructor...
FormatterToXML - class org.apache.xalan.xpath.xml.FormatterToXML.
FormatterToXML formats SAX-style events into XML.
FormatterToXML() - Constructor for class org.apache.xalan.xpath.xml.FormatterToXML
 
FormatterToXML(FormatterToXML) - Constructor for class org.apache.xalan.xpath.xml.FormatterToXML
Constructor using a writer.
FormatterToXML(OutputStream) - Constructor for class org.apache.xalan.xpath.xml.FormatterToXML
Constructor using an output stream, and a simple OutputFormat.
FormatterToXML(Writer) - Constructor for class org.apache.xalan.xpath.xml.FormatterToXML
Constructor using a writer.

G

getAssociatedStylesheet(XSLTInputSource, String, String) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Get the preferred stylesheet for the XSLTInputSource XML document, as identified by the xml-stylesheet PI, and matching the media and charset criteria.
getAssociatedStylesheet(XSLTInputSource, String, String) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Get the preferred stylesheet for the XSLTInputSource XML document, as identified by the xml-stylesheet PI, and matching the media and charset criteria.
getAssociatedStylesheets(XSLTInputSource, String, String) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Get a list of stylesheet specifications for the XSLTInputSource XML document, as identified by the xml-stylesheet PI, and matching the media and charset criteria.
getAssociatedStylesheets(XSLTInputSource, String, String) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Get a list of stylesheet specifications for the XSLTInputSource XML document, as identified by the xml-stylesheet PI, and matching the media and charset criteria.
getBaseIdentifier() - Method in class org.apache.xalan.xslt.StylesheetRoot
Get the base identifier with which this stylesheet is associated.
getByteStream() - Method in class org.apache.xalan.xslt.XSLTResultTarget
Get the byte stream that contains or will contain the transformation result.
getCharacterStream() - Method in class org.apache.xalan.xslt.XSLTInputSource
Get the character stream for this input source.
getCharacterStream() - Method in class org.apache.xalan.xslt.XSLTResultTarget
Get the character stream that was set with setWriter.
getDocumentHandler() - Method in interface org.apache.xalan.xslt.XSLTProcessor
Get the current SAX DocumentHandler (the same object as the FormatterListener), or null if none has been set.
getDocumentHandler() - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Get the current SAX DocumentHandler (the same object as the FormatterListener), or null if none has been set.
getDocumentHandler() - Method in class org.apache.xalan.xslt.XSLTResultTarget
Get the SAX DocumentHandler that processes the result tree events.
getEncoding() - Method in class org.apache.xalan.xslt.XSLTInputSource
Get the character encoding for a byte stream or URI.
getEncoding() - Method in class org.apache.xalan.xslt.StylesheetSpec
Get the encoding of the stylesheet.
getEncoding() - Method in class org.apache.xalan.xslt.XSLTResultTarget
Get the character encoding that was used.
getErrorHandler() - Method in class org.apache.xalan.xpath.xml.ProblemListenerDefault
 
getFileName() - Method in class org.apache.xalan.xslt.XSLTResultTarget
Get the file name where the results are or will be written, or null if none was supplied.
getFormatterListener() - Method in interface org.apache.xalan.xslt.XSLTProcessor
Get the current FormatterListener (SAX DocumentHandler), or null if none has been set.
getFormatterListener() - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Get the current FormatterListener (SAX DocumentHandler), or null if none has been set.
getInputStream() - Method in class org.apache.xalan.xslt.XSLTInputSource
Get the byte stream that was set with setInputStream.
getIsAlternate() - Method in class org.apache.xalan.xslt.StylesheetSpec
Get whether or not the stylesheet is specified as an alternate.
getMedia() - Method in class org.apache.xalan.xslt.StylesheetSpec
Get the media attribute of the stylesheet.
getNode() - Method in class org.apache.xalan.xslt.XSLTInputSource
Get the DOM Node for this input source.
getNode() - Method in class org.apache.xalan.xslt.XSLTResultTarget
Get the node that will contain the result DOM tree.
getObject() - Method in class org.apache.xalan.xslt.StylesheetRoot
Return the org.apache.xalan.templates.StylesheetRoot object associated with this stylesheet root.
getOutputEncoding() - Method in class org.apache.xalan.xslt.StylesheetRoot
Get the encoding string that was specified in the stylesheet.
getOutputFileName() - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Get the filename of the output document, if it was set.
getOutputFormat() - Method in class org.apache.xalan.xslt.StylesheetRoot
Get a new OutputFormat object according to the xsl:output attributes.
getOutputMediaType() - Method in class org.apache.xalan.xslt.StylesheetRoot
Get the media-type string that was specified in the stylesheet.
getOutputMethod() - Method in class org.apache.xalan.xslt.StylesheetRoot
Get the output method that was specified in the stylesheet.
getProblemListener() - Method in interface org.apache.xalan.xslt.XSLTProcessor
Get the problem listener property.
getProblemListener() - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Get the problem listener property.
getProblemListener() - Method in class org.apache.xalan.xpath.xml.ProblemListenerDefault
 
getProcessor() - Static method in class org.apache.xalan.xslt.XSLTProcessorFactory
Get a new XSLTProcessor.
getProcessor(XMLParserLiaison) - Static method in class org.apache.xalan.xslt.XSLTProcessorFactory
Get a new XSLTProcessor (XMLParserLiaison no longer used).
getProcessor(XMLParserLiaison, XPathFactory) - Static method in class org.apache.xalan.xslt.XSLTProcessorFactory
Get a new XSLTProcessor (XMLParserLiaison and XPathFactory no longer used).
getProcessorUsingLiaisonName(String) - Static method in class org.apache.xalan.xslt.XSLTProcessorFactory
Get a new XSLTProcessor (parserLiaisonClassName no longre used).
getResultObject() - Method in class org.apache.xalan.xslt.XSLTResultTarget
Get the Result object associated with this XSLTResultTarget object .
getSAXSerializer(OutputStream) - Method in class org.apache.xalan.xslt.StylesheetRoot
Creates a compatible SAX serializer for the specified output stream and output format.
getSerializerObject() - Method in class org.apache.xalan.xpath.xml.FormatterToDOM
 
getSerializerObject() - Method in class org.apache.xalan.xpath.xml.FormatterToHTML
 
getSerializerObject() - Method in class org.apache.xalan.xpath.xml.FormatterToText
 
getSerializerObject() - Method in class org.apache.xalan.xpath.xml.FormatterToXML
 
getSourceObject() - Method in class org.apache.xalan.xslt.XSLTInputSource
Get the Result object associated with this XSLTResultTarget object .
getSourceTreeFromInput(XSLTInputSource) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Get the DOM Node from the XSLTInputSource object.
getSourceTreeFromInput(XSLTInputSource) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Given an input source, get the source tree.
getStylesheet() - Method in interface org.apache.xalan.xslt.XSLTProcessor
Get the current Stylesheet setting for this XSLTProcessor.
getStylesheet() - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Get the current stylesheet for this processor.
getSystemId() - Method in class org.apache.xalan.xslt.XSLTInputSource
Get the base ID (URL or system ID) from where URLs will be resolved.
getSystemId() - Method in class org.apache.xalan.xslt.XSLTResultTarget
Get the system identifier that was set with setSystemId.
getTitle() - Method in class org.apache.xalan.xslt.StylesheetSpec
Get the title of the element (in other words, the item to be presented to the user agent).
getTransformer() - Method in class org.apache.xalan.xslt.XSLTEngineImpl
 
getTransformerFactory() - Method in class org.apache.xalan.xslt.XSLTEngineImpl
 
getType() - Method in class org.apache.xalan.xslt.StylesheetSpec
Get the type of the stylesheet, i.e.
getType() - Method in class org.apache.xalan.xpath.XBoolean
Tell that this is a CLASS_BOOLEAN.
getType() - Method in class org.apache.xalan.xpath.XRTreeFrag
Tell what kind of class this is.
getType() - Method in class org.apache.xalan.xpath.XNumber
Tell that this is a CLASS_NUMBER.
getType() - Method in class org.apache.xalan.xpath.XNull
Tell what kind of class this is.
getType() - Method in class org.apache.xalan.xpath.XNodeSet
Tell that this is a CLASS_NODESET.
getType() - Method in class org.apache.xalan.xpath.XString
Tell that this is a CLASS_STRING.
getTypeString() - Method in class org.apache.xalan.xpath.XBoolean
Given a request type, return the equivalent string.
getTypeString() - Method in class org.apache.xalan.xpath.XRTreeFrag
Given a request type, return the equivalent string.
getTypeString() - Method in class org.apache.xalan.xpath.XNumber
Given a request type, return the equivalent string.
getTypeString() - Method in class org.apache.xalan.xpath.XNull
Given a request type, return the equivalent string.
getTypeString() - Method in class org.apache.xalan.xpath.XNodeSet
Given a request type, return the equivalent string.
getTypeString() - Method in class org.apache.xalan.xpath.XString
Given a request type, return the equivalent string.
getURLFromString(String, String) - Static method in class org.apache.xalan.xslt.XSLTEngineImpl
Take a user string and try and parse XML, and also return the url.
getXMLProcessorLiaison() - Method in interface org.apache.xalan.xslt.XSLTProcessor
Get the XMLParserLiaison that this processor uses.
getXMLProcessorLiaison() - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Get the XMLParserLiaison that this processor uses.
greaterThan(XObject) - Method in class org.apache.xalan.xpath.XNodeSet
Tell if one object is greater than the other.
greaterThanOrEqual(XObject) - Method in class org.apache.xalan.xpath.XNodeSet
Tell if one object is greater than the other.

I

ignorableWhitespace(char[], int, int) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Receive notification of ignorable whitespace in element content.

L

lessThan(XObject) - Method in class org.apache.xalan.xpath.XNodeSet
Tell if one object is less than the other.
lessThanOrEqual(XObject) - Method in class org.apache.xalan.xpath.XNodeSet
Tell if one object is less than or equal to the other.

M

makeSAXSerializer(OutputStream, OutputFormat) - Method in class org.apache.xalan.xslt.StylesheetRoot
Creates a compatible SAX serializer for the specified output stream and output format.
makeSAXSerializer(Writer, OutputFormat) - Method in class org.apache.xalan.xslt.StylesheetRoot
Creates a compatible SAX serializer for the specified writer and output format.
MESSAGE - Static variable in interface org.apache.xalan.xpath.xml.ProblemListener
 
message(Node, Node, String) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Warn the user of an problem.
message(String) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Warn the user of an problem.
message(String) - Method in interface org.apache.xalan.xpath.xml.ProblemListener
Function that is called to issue a message.
message(String) - Method in class org.apache.xalan.xpath.xml.ProblemListenerDefault
Function that is called to issue a message.
mutableNodeset() - Method in class org.apache.xalan.xpath.XNodeSet
Cast result object to a nodelist.

N

nodeset() - Method in class org.apache.xalan.xpath.XNull
Cast result object to a nodelist.
nodeset() - Method in class org.apache.xalan.xpath.XNodeSet
Cast result object to a nodelist.
notEquals(XObject) - Method in class org.apache.xalan.xpath.XNodeSet
Tell if two objects are functionally not equal.
num() - Method in class org.apache.xalan.xpath.XBoolean
Cast result object to a number.
num() - Method in class org.apache.xalan.xpath.XRTreeFrag
Cast result object to a number.
num() - Method in class org.apache.xalan.xpath.XNumber
Cast result object to a number.
num() - Method in class org.apache.xalan.xpath.XNull
Cast result object to a number.
num() - Method in class org.apache.xalan.xpath.XNodeSet
Cast result object to a number.
num() - Method in class org.apache.xalan.xpath.XString
Cast result object to a number.

O

object() - Method in class org.apache.xalan.xpath.XBoolean
Return a java object that's closes to the represenation that should be handed to an extension.
object() - Method in class org.apache.xalan.xpath.XNumber
Return a java object that's closes to the represenation that should be handed to an extension.
org.apache.xalan.xpath - package org.apache.xalan.xpath
Infrastructure for processing XPATH expressions
org.apache.xalan.xpath.xml - package org.apache.xalan.xpath.xml
Infrastructure for working with an XML parser.
org.apache.xalan.xslt - package org.apache.xalan.xslt
The main Xalan-Java 1 compatability package -- facilities for setting up and performing XSL transformations.

P

problem(short, short, Object, Node, String, String, int, int) - Method in interface org.apache.xalan.xpath.xml.ProblemListener
Function that is called when a problem event occurs.
problem(short, short, Object, Node, String, String, int, int) - Method in class org.apache.xalan.xpath.xml.ProblemListenerDefault
 
ProblemListener - interface org.apache.xalan.xpath.xml.ProblemListener.
This is the interface that the XSL processor calls when it has a problem of some kind, either an error or a warning.
ProblemListenerDefault - class org.apache.xalan.xpath.xml.ProblemListenerDefault.
This is the interface that the XSL processor calls when it has a problem of some kind, either an error or a warning.
ProblemListenerDefault() - Constructor for class org.apache.xalan.xpath.xml.ProblemListenerDefault
 
ProblemListenerDefault(ProblemListener) - Constructor for class org.apache.xalan.xpath.xml.ProblemListenerDefault
 
process(XSLTInputSource, XSLTInputSource, XSLTResultTarget) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Use the XSL stylesheet to transform the XML input, placing the result in the result tree.
process(XSLTInputSource, XSLTInputSource, XSLTResultTarget) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Transform the source tree to the output in the given result tree target.
process(XSLTInputSource, XSLTResultTarget) - Method in class org.apache.xalan.xslt.StylesheetRoot
Transform the XML source tree and place the output in the result tree target.
process(XSLTProcessor, Node, XSLTResultTarget) - Method in class org.apache.xalan.xslt.StylesheetRoot
Transform the XML source tree (a DOM Node) and place the output in the result tree target.
process(XSLTProcessor, XSLTInputSource, XSLTResultTarget) - Method in class org.apache.xalan.xslt.StylesheetRoot
Transform the XML source tree and place the output in the result tree target.
processingInstruction(String, String) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Receive notification of a processing instruction.
processStylesheet(String) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Given a URL to (or file name of) an XSL stylesheet, Compile the stylesheet into an internal representation, and use it to set the XSLTProcessor Stylesheet property.
processStylesheet(String) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Given a URI to an XSL stylesheet, Compile the stylesheet into an internal representation.
processStylesheet(XSLTInputSource) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Compile the XSL stylesheet represented by an XSLTInputSource object into an internal representation, and use it to set the XSLTProcessor Stylesheet property.
processStylesheet(XSLTInputSource) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Given a URI to an XSL stylesheet, Compile the stylesheet into an internal representation.

Q

QUERYENGINE - Static variable in interface org.apache.xalan.xpath.xml.ProblemListener
 

R

removeTraceListener(TraceListener) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Remove a trace listener.
removeTraceListener(TraceListener) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Remove a trace listener.
reset() - Method in interface org.apache.xalan.xslt.XSLTProcessor
Reset the XSLTProcessor state.
reset() - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Reset the state.
rtree() - Method in class org.apache.xalan.xpath.XRTreeFrag
Cast result object to a result tree fragment.
rtree(XPathContext) - Method in class org.apache.xalan.xpath.XNull
Cast result object to a result tree fragment.
rtree(XPathContext) - Method in class org.apache.xalan.xpath.XNodeSet
Cast result object to a result tree fragment.
rtree(XPathContext) - Method in class org.apache.xalan.xpath.XString
Cast result object to a result tree fragment.
rtree(XPathSupport) - Method in class org.apache.xalan.xpath.XNull
Cast result object to a result tree fragment.
rtree(XPathSupport) - Method in class org.apache.xalan.xpath.XNodeSet
Cast result object to a result tree fragment.
rtree(XPathSupport) - Method in class org.apache.xalan.xpath.XString
Cast result object to a result tree fragment.

S

setBaseIdentifier(String) - Method in class org.apache.xalan.xslt.StylesheetRoot
Get the base identifier with which this stylesheet is associated.
setByteStream(OutputStream) - Method in class org.apache.xalan.xslt.XSLTResultTarget
Set the byte stream to contain the transformation result.
setCharacterStream(Reader) - Method in class org.apache.xalan.xslt.XSLTInputSource
Set the character stream for this input source.
setCharacterStream(Writer) - Method in class org.apache.xalan.xslt.XSLTResultTarget
Set the writer that is to receive the result.
setDiagnosticsOutput(OutputStream) - Method in interface org.apache.xalan.xslt.XSLTProcessor
If set, diagnostics will be written to the m_diagnosticsPrintWriter stream.
setDiagnosticsOutput(OutputStream) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
If this is set, diagnostics will be written to the m_diagnosticsPrintWriter stream.
setDiagnosticsOutput(PrintWriter) - Method in interface org.apache.xalan.xslt.XSLTProcessor
If set, diagnostics will be written to the m_diagnosticsPrintWriter stream.
setDiagnosticsOutput(PrintWriter) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
If this is set, diagnostics will be written to the m_diagnosticsPrintWriter stream.
setDocumentHandler(DocumentHandler) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Set the current SAX DocumentHandler (the same object as the FormatterListener).
setDocumentHandler(DocumentHandler) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Set the current SAX DocumentHandler (the same object as the FormatterListener).
setDocumentHandler(DocumentHandler) - Method in class org.apache.xalan.xslt.XSLTResultTarget
Set a SAX DocumentHandler to process the result tree events.
setDocumentLocator(Locator) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Receive an object for locating the origin of SAX document events.
setEncoding(String) - Method in class org.apache.xalan.xslt.XSLTInputSource
Set the character encoding, if known.
setEncoding(String) - Method in class org.apache.xalan.xslt.XSLTResultTarget
Set the character encoding, if known.
setFileName(String) - Method in class org.apache.xalan.xslt.XSLTResultTarget
Set the file name or URL where the transformation result will be written.
setFormatterListener(DocumentHandler) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Set the FormatterListener (the SAX DocumentHandler).
setFormatterListener(DocumentHandler) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Set the FormatterListener (the SAX DocumentHandler).
setInputStream(InputStream) - Method in class org.apache.xalan.xslt.XSLTInputSource
Set the byte stream to be used as input.
setNode(Node) - Method in class org.apache.xalan.xslt.XSLTInputSource
Set the DOM Node for this input source.
setNode(Node) - Method in class org.apache.xalan.xslt.XSLTResultTarget
Set the node that will contain the result DOM tree.
setOutputFileName(String) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Set the filename of the output document.
setOutputStream(OutputStream) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Set the output stream.
setOutputStream(OutputStream) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Set the output stream.
setParameter(String, Object) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Set a top-level stylesheet parameter.
setProblemListener(ProblemListener) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Set the problem listener property.
setProblemListener(ProblemListener) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Set the problem listener property.
setProblemListener(ProblemListener) - Method in class org.apache.xalan.xpath.xml.ProblemListenerDefault
 
setQuietConflictWarnings(boolean) - Method in interface org.apache.xalan.xslt.XSLTProcessor
If set to true (the default), pattern conflict warnings are not printed to the diagnostics stream.
setQuietConflictWarnings(boolean) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
If set to true (the default), pattern conflict warnings are not printed to the diagnostics stream.
setStylesheet(StylesheetRoot) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Use a compiled stylesheet to set the Stylesheet property for this processor.
setStylesheet(StylesheetRoot) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Set the stylesheet for this processor.
setStylesheetParam(String, String) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Set a top-level stylesheet parameter.
setStylesheetParam(String, String) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Set a top-level stylesheet parameter.
setStylesheetParam(String, XObject) - Method in interface org.apache.xalan.xslt.XSLTProcessor
Submit a top-level stylesheet parameter.
setStylesheetParam(String, XObject) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Submit a top-level stylesheet parameter.
setSystemId(String) - Method in class org.apache.xalan.xslt.XSLTInputSource
Set the base ID (URL or system ID) from where URLs will be resolved.
setSystemId(String) - Method in class org.apache.xalan.xslt.XSLTResultTarget
Set the system identifier for this Result.
setTraceSelect(boolean) - Method in interface org.apache.xalan.xslt.XSLTProcessor
If set to true, selection events are traced.
setTraceSelect(boolean) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
If this is set to true, simple traces of template calls are made.
setTraceTemplateChildren(boolean) - Method in interface org.apache.xalan.xslt.XSLTProcessor
If set to true (the default is false), as template children are being constructed, debug diagnostics are written to the m_diagnosticsPrintWriter stream.
setTraceTemplateChildren(boolean) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
If this is set to true, debug diagnostics about template children as they are being constructed will be written to the m_diagnosticsPrintWriter stream.
setTraceTemplates(boolean) - Method in interface org.apache.xalan.xslt.XSLTProcessor
If set to true, template calls are traced.
setTraceTemplates(boolean) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
If this is set to true, simple traces of template calls are made.
startCDATA() - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Report the start of a CDATA section.
startDocument() - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Receive notification of the beginning of a document.
startDTD(String, String, String) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Report the start of DTD declarations, if any.
startElement(String, AttributeList) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Receive notification of the beginning of an element.
startEntity(String) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
 
str() - Method in class org.apache.xalan.xpath.XBoolean
Cast result object to a string.
str() - Method in class org.apache.xalan.xpath.XRTreeFrag
Cast result object to a string.
str() - Method in class org.apache.xalan.xpath.XNumber
Cast result object to a string.
str() - Method in class org.apache.xalan.xpath.XNull
Cast result object to a string.
str() - Method in class org.apache.xalan.xpath.XNodeSet
Cast result object to a string.
str() - Method in class org.apache.xalan.xpath.XString
Cast result object to a string.
Stylesheet - class org.apache.xalan.xslt.Stylesheet.
Represents the base stylesheet or an "import" stylesheet; "include" stylesheets are combined with the including stylesheet.
Stylesheet(Stylesheet) - Constructor for class org.apache.xalan.xslt.Stylesheet
Constructor using an org.apache.xalan.templates.StylesheetRoot.
Stylesheet(StylesheetRoot, XSLTEngineImpl, String) - Constructor for class org.apache.xalan.xslt.Stylesheet
Constructor for a Stylesheet needs a Document.
StylesheetHandler - class org.apache.xalan.xslt.StylesheetHandler.
Initializes and processes a stylesheet via SAX events.
StylesheetHandler(XSLTEngineImpl, Stylesheet) - Constructor for class org.apache.xalan.xslt.StylesheetHandler
Instance constructor...
StylesheetHandler(XSLTEngineImpl, StylesheetRoot) - Constructor for class org.apache.xalan.xslt.StylesheetHandler
Instance constructor...
StylesheetRoot - class org.apache.xalan.xslt.StylesheetRoot.
Binary representation of a stylesheet -- use the XSLTProcessor ProcessStylesheet method to create a StylesheetRoot and improve performance for a stylesheet performing multiple transformations.
StylesheetRoot(StylesheetRoot) - Constructor for class org.apache.xalan.xslt.StylesheetRoot
Constructor using an org.apache.xalan.templates.StylesheetRoot.
StylesheetRoot(XSLTEngineImpl, String) - Constructor for class org.apache.xalan.xslt.StylesheetRoot
Uses an XSL stylesheet document.
StylesheetSpec - class org.apache.xalan.xslt.StylesheetSpec.
This class implements the representation of a stylesheet specification via xml-stylesheet in an XML document.
StylesheetSpec(String, String, String, String, boolean, String) - Constructor for class org.apache.xalan.xslt.StylesheetSpec
Create a StylesheetSpec object.

T

traverse(Node) - Method in class org.apache.xalan.xpath.xml.TreeWalker
Perform a pre-order traversal non-recursive style.
traverse(Node, Node) - Method in class org.apache.xalan.xpath.xml.TreeWalker
Perform a pre-order traversal non-recursive style.
TreeWalker - class org.apache.xalan.xpath.xml.TreeWalker.
This class does a pre-order walk of the DOM tree, calling the FormatterListener interface as it goes.
TreeWalker(DocumentHandler) - Constructor for class org.apache.xalan.xpath.xml.TreeWalker
Constructor.

W

warn(int) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Warn the user of an problem.
warn(int, Object[]) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Warn the user of an problem.
warn(Node, Node, int) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Warn the user of an problem.
warn(Node, Node, int, Object[]) - Method in class org.apache.xalan.xslt.XSLTEngineImpl
Warn the user of an problem.
WARNING - Static variable in interface org.apache.xalan.xpath.xml.ProblemListener
 
warning(SAXParseException) - Method in class org.apache.xalan.xpath.xml.ProblemListenerDefault
 
warning(TransformerException) - Method in class org.apache.xalan.xpath.xml.ProblemListenerDefault
 

X

XBoolean - class org.apache.xalan.xpath.XBoolean.
This class represents an XPath boolean object, and is capable of converting the boolean to other types, such as a string.
XBoolean(boolean) - Constructor for class org.apache.xalan.xpath.XBoolean
Construct a XBoolean object.
XBooleanStatic - class org.apache.xalan.xpath.XBooleanStatic.
This class doesn't have any XPathSupport, so override whatever to ensure it works OK.
XBooleanStatic(boolean) - Constructor for class org.apache.xalan.xpath.XBooleanStatic
Construct a XNodeSet object.
XMLPARSER - Static variable in interface org.apache.xalan.xpath.xml.ProblemListener
 
XMLParserLiaison - class org.apache.xalan.xpath.xml.XMLParserLiaison.
This is the interface that the XSL processor calls when it has a problem of some kind, either an error or a warning.
XMLParserLiaison() - Constructor for class org.apache.xalan.xpath.xml.XMLParserLiaison
 
XMLParserLiaisonDefault - class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault.
A class that handles interfacing IBM's XML4J2 to the Lotus XSL Processor.
XMLParserLiaisonDefault() - Constructor for class org.apache.xalan.xpath.xml.XMLParserLiaisonDefault
 
XNodeSet - class org.apache.xalan.xpath.XNodeSet.
This class represents an XPath nodeset object, and is capable of converting the nodeset to other types, such as a string.
XNodeSet() - Constructor for class org.apache.xalan.xpath.XNodeSet
Construct an empty XNodeSet object.
XNodeSet(Node) - Constructor for class org.apache.xalan.xpath.XNodeSet
Construct a XNodeSet object for one node.
XNodeSet(NodeList) - Constructor for class org.apache.xalan.xpath.XNodeSet
Construct a XNodeSet object.
XNull - class org.apache.xalan.xpath.XNull.
This class represents an XPath null object, and is capable of converting the null to other types, such as a string.
XNull() - Constructor for class org.apache.xalan.xpath.XNull
Create an XObject.
XNumber - class org.apache.xalan.xpath.XNumber.
This class represents an XPath number, and is capable of converting the number to other types, such as a string.
XNumber(double) - Constructor for class org.apache.xalan.xpath.XNumber
Construct a XNodeSet object.
XObject - class org.apache.xalan.xpath.XObject.
This class represents an XPath object, and is capable of converting the object to various types, such as a string.
XObject() - Constructor for class org.apache.xalan.xpath.XObject
Create an XObject.
XObject(Object) - Constructor for class org.apache.xalan.xpath.XObject
Create an XObject.
XPATHPARSER - Static variable in interface org.apache.xalan.xpath.xml.ProblemListener
 
XPATHPROCESSOR - Static variable in interface org.apache.xalan.xpath.xml.ProblemListener
 
XPathSupport - interface org.apache.xalan.xpath.XPathSupport.
Provides basic support for independent use of XPath.
XPathSupportDefault - class org.apache.xalan.xpath.XPathSupportDefault.
Default class for execution context when XPath is used by itself.
XPathSupportDefault() - Constructor for class org.apache.xalan.xpath.XPathSupportDefault
 
XRTreeFrag - class org.apache.xalan.xpath.XRTreeFrag.
This class represents an XPath result tree fragment object, and is capable of converting the RTF to other types, such as a string.
XRTreeFrag(DocumentFragment) - Constructor for class org.apache.xalan.xpath.XRTreeFrag
Create an XObject.
XSLPROCESSOR - Static variable in interface org.apache.xalan.xpath.xml.ProblemListener
 
XSLProcessorContext - class org.apache.xalan.xslt.XSLProcessorContext.
Captures processor context to be passed to an extension element.
XSLProcessorContext(XSLTEngineImpl, Stylesheet, Node, Node, QName) - Constructor for class org.apache.xalan.xslt.XSLProcessorContext
 
XSLProcessorException - exception org.apache.xalan.xslt.XSLProcessorException.
The exception used for most XSLT errors.
XSLProcessorException(Exception) - Constructor for class org.apache.xalan.xslt.XSLProcessorException
Create an XSLProcessorException object that holds another exception that caused this exception.
XSLProcessorException(String) - Constructor for class org.apache.xalan.xslt.XSLProcessorException
Create an XSLProcessorException object that holds an error message.
XSLProcessorException(String, Exception) - Constructor for class org.apache.xalan.xslt.XSLProcessorException
Create an XSLProcessorException object that holds an error message, and another exception that caused this exception.
XSLTEngineImpl - class org.apache.xalan.xslt.XSLTEngineImpl.
The Xalan workhorse -- Collaborates with the XML parser liaison, the DOM, and the XPath engine, to transform a source tree of nodes into a result tree according to instructions and templates specified by a stylesheet tree.
XSLTEngineImpl(String) - Constructor for class org.apache.xalan.xslt.XSLTEngineImpl
Construct an XSLT processor that uses the the given parser liaison.
XSLTEngineImpl(XMLParserLiaison) - Constructor for class org.apache.xalan.xslt.XSLTEngineImpl
Construct an XSL processor that uses the the given parser liaison.
XSLTInputSource - class org.apache.xalan.xslt.XSLTInputSource.
Represents an XML source document or XSL stylesheet.
XSLTInputSource() - Constructor for class org.apache.xalan.xslt.XSLTInputSource
Zero-argument default constructor -- Before you can use the new XSLTInputSource object in a transformation, you must define the document source with setSystemId(), setNode(), setInputStream(), or setCharacterStream().
XSLTInputSource(InputSource) - Constructor for class org.apache.xalan.xslt.XSLTInputSource
Create a new XSLTInputSource source from a SAX input source.
XSLTInputSource(InputStream) - Constructor for class org.apache.xalan.xslt.XSLTInputSource
Create a new input source with a byte stream -- the equivalent of creating an input source with the zero-argument constructor and setting the new object's ByteStream property.
XSLTInputSource(Node) - Constructor for class org.apache.xalan.xslt.XSLTInputSource
Create a new input source with a DOM Node -- the equivalent of creating an input source with the zero-argument constructor and setting the new object's Node property.
XSLTInputSource(Reader) - Constructor for class org.apache.xalan.xslt.XSLTInputSource
Create a new input source with a character stream -- the equivalent of creating an input source with the zero-argument constructor and setting the new object's CharacterStream property.
XSLTInputSource(String) - Constructor for class org.apache.xalan.xslt.XSLTInputSource
Create a new input source with a system identifier (for a URL or file name) -- the equivalent of creating an input source with the zero-argument constructor and setting the new object's SystemId property.
XSLTProcessor - interface org.apache.xalan.xslt.XSLTProcessor.
The transformation processor -- use XSLTProcessorFactory to instantiate an implementation of this interface.
XSLTProcessorFactory - class org.apache.xalan.xslt.XSLTProcessorFactory.
Manufactures the processor for performing transformations.
XSLTProcessorFactory() - Constructor for class org.apache.xalan.xslt.XSLTProcessorFactory
 
XSLTResultTarget - class org.apache.xalan.xslt.XSLTResultTarget.
Contains the result of a transformation that you perform with the XSLTProcessor process() method or one of the StylesheetRoot process() methods.
XSLTResultTarget() - Constructor for class org.apache.xalan.xslt.XSLTResultTarget
Zero-argument default constructor -- Before you can use the new XSLTResultTarget object in a transformation, you must define the output container by setting its FileName, CharacterStrea, ByteStream, or Node property.
XSLTResultTarget(DocumentHandler) - Constructor for class org.apache.xalan.xslt.XSLTResultTarget
Create a new output target with a SAX Document handler, which will handle result events -- the equivalent of creating an output target with the zero-argument constructor and setting the new object's DocyumentHandler property.
XSLTResultTarget(Node) - Constructor for class org.apache.xalan.xslt.XSLTResultTarget
Create a new output target with a DOM Node -- the equivalent of creating an output target with the zero-argument constructor and setting the new object's Node property.
XSLTResultTarget(OutputStream) - Constructor for class org.apache.xalan.xslt.XSLTResultTarget
Create a new output target with a byte stream -- the equivalent of creating an output target with the zero-argument constructor and setting the new object's ByteStream property.
XSLTResultTarget(String) - Constructor for class org.apache.xalan.xslt.XSLTResultTarget
Create a new output target with a file name -- the equivalent of creating an output target with the zero-argument constructor and setting the new object's FileName property.
XSLTResultTarget(Writer) - Constructor for class org.apache.xalan.xslt.XSLTResultTarget
Create a new output target with a character stream -- the equivalent of creating an output target with the zero-argument constructor and setting the new object's CharacterStream property.
XString - class org.apache.xalan.xpath.XString.
This class represents an XPath string object, and is capable of converting the string to other types, such as a number.
XString(String) - Constructor for class org.apache.xalan.xpath.XString
Construct a XString object.

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

Copyright © 2000 Apache XML Project. All Rights Reserved.