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

X

XINCLUDE_NS - Static variable in class nu.xom.xinclude.XIncluder
The namespace name of all XInclude elements.
XIncludeException - exception nu.xom.xinclude.XIncludeException.
XIncludeException is the generic superclass for all checked exceptions that may be thrown as a result of a violation of XInclude's rules.
XIncludeException(String) - Constructor for class nu.xom.xinclude.XIncludeException
Constructs an XIncludeException with the specified detail message.
XIncludeException(String, Throwable) - Constructor for class nu.xom.xinclude.XIncludeException
Constructs an XIncludeException with the specified detail message and initial cause.
XIncludeException(String, String) - Constructor for class nu.xom.xinclude.XIncludeException
Creates a new XIncludeException with a detail message, line and column numbers, and a URI of the document that caused the exception.
XIncluder - class nu.xom.xinclude.XIncluder.
Implements XInclude resolution as specified in the November 10, 2003 2nd Last Call Working Draft of XML Inclusions (XInclude) Version 1.0.
XMLException - exception nu.xom.XMLException.
This is the generic superclass for all the runtime exceptions thrown in nu.xom.
XMLException(String, Throwable) - Constructor for class nu.xom.XMLException
Creates a new XMLException with the specified detail message and an underlying root cause.
XMLException(String) - Constructor for class nu.xom.XMLException
Creates a new XMLException with the specified detail message.
XOMTestCase - class nu.xom.tests.XOMTestCase.
This class provides utility methods to compare nodes for deep equality in an infoset sense.
XOMTestCase(String) - Constructor for class nu.xom.tests.XOMTestCase
Create a new XOMTestCase with the specified name.
XSLException - exception nu.xom.xslt.XSLException.
XSLException is thrown when an XSL stylesheet fails to compile or an XSL transform fails.
XSLException(String, Throwable) - Constructor for class nu.xom.xslt.XSLException
Creates a new XSLException with the specified detail message and an underlying root cause.
XSLException(String) - Constructor for class nu.xom.xslt.XSLException
Creates a new XSLException with the specified detail message.
XSLTransform - class nu.xom.xslt.XSLTransform.
This class serves as an interface to a TrAX aware XSLT processor such as Xalan or Saxon.
XSLTransform(InputStream) - Constructor for class nu.xom.xslt.XSLTransform
This will create a new XSLTransform by reading the stylesheet from the specified InputStream.
XSLTransform(Reader) - Constructor for class nu.xom.xslt.XSLTransform
This will create a new XSLTransform by reading the stylesheet from the specified Reader.
XSLTransform(File) - Constructor for class nu.xom.xslt.XSLTransform
This will create a new XSLTransform by reading the stylesheet from the specified File.
XSLTransform(Document) - Constructor for class nu.xom.xslt.XSLTransform
This will create a new XSLTransform by reading the stylesheet from the specified Document.
XSLTransform(String) - Constructor for class nu.xom.xslt.XSLTransform
This will create a new XSLTransform by reading the stylesheet from the specified URL.

A B C D E F G H I L M N P R S T U V W X
Copyright 2002-2004 Elliotte Rusty Harold
elharo@metalab.unc.edu