Index

A B C D E F G H I J L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

X

XML_NAMESPACE - Static variable in class org.jdom2.Namespace
Define a Namespace for the standard xml prefix.
XMLOutputProcessor - Interface in org.jdom2.output.support
This interface provides a base support for the XMLOutputter.
XMLOutputter - Class in org.jdom2.output
Outputs a JDOM document as a stream of bytes.
XMLOutputter() - Constructor for class org.jdom2.output.XMLOutputter
This will create an XMLOutputter with a default Format and XMLOutputProcessor.
XMLOutputter(Format) - Constructor for class org.jdom2.output.XMLOutputter
This will create an XMLOutputter with the specified format characteristics.
XMLOutputter(Format, XMLOutputProcessor) - Constructor for class org.jdom2.output.XMLOutputter
This will create an XMLOutputter with the specified format characteristics.
XMLOutputter(XMLOutputProcessor) - Constructor for class org.jdom2.output.XMLOutputter
This will create an XMLOutputter with the specified XMLOutputProcessor.
XMLOutputter(XMLOutputter) - Constructor for class org.jdom2.output.XMLOutputter
This will create an XMLOutputter with the same customisations set in the given XMLOutputter instance.
XMLReaderJAXPFactory - Class in org.jdom2.input.sax
Create XMLReaders directly from the javax.xml.parsers.SAXParserFactory API using an explicit implementation of the parser instead of relying on the default JAXP search path.
XMLReaderJAXPFactory(String, ClassLoader, boolean) - Constructor for class org.jdom2.input.sax.XMLReaderJAXPFactory
Create an XMLReaderJAXPFactory using the specified factory name, classloader, and dtdvalidating flag.
XMLReaderJDOMFactory - Interface in org.jdom2.input.sax
This interface can be used to supply custom XMLReaders to SAXBuilder.
XMLReaders - Enum Class in org.jdom2.input.sax
An enumeration of XMLReaderJDOMFactory that allows for a single central location to create XMLReaders.
XMLReaderSAX2Factory - Class in org.jdom2.input.sax
Create XMLReaders directly from the SAX2.0 API using a SAX Driver class name or the default SAX2.0 location process.
XMLReaderSAX2Factory(boolean) - Constructor for class org.jdom2.input.sax.XMLReaderSAX2Factory
The required details for SAX2.0-based XMLReader creation.
XMLReaderSAX2Factory(boolean, String) - Constructor for class org.jdom2.input.sax.XMLReaderSAX2Factory
The required details for SAX2.0-based XMLReader creation.
XMLReaderSchemaFactory - Class in org.jdom2.input.sax
This XMLReaderJDOMFactory class returns XMLReaders configured to validate against the supplied Schema instance.
XMLReaderSchemaFactory(String, ClassLoader, Schema) - Constructor for class org.jdom2.input.sax.XMLReaderSchemaFactory
XMLReader instances from this class will be configured to validate using the supplied Schema instance, and use the specified JAXP SAXParserFactory.
XMLReaderSchemaFactory(Schema) - Constructor for class org.jdom2.input.sax.XMLReaderSchemaFactory
XMLReader instances from this class will be configured to validate using the supplied Schema instance.
XMLReaderXSDFactory - Class in org.jdom2.input.sax
This XMLReaderJDOMFactory class returns XMLReaders configured to validate against the supplied XML Schema (XSD) instance.
XMLReaderXSDFactory(File...) - Constructor for class org.jdom2.input.sax.XMLReaderXSDFactory
Create an XML Schema validating XMLReader factory using one or more XSD sources from File references.
XMLReaderXSDFactory(String...) - Constructor for class org.jdom2.input.sax.XMLReaderXSDFactory
Create an XML Schema validating XMLReader factory using one or more XSD sources from SystemID references.
XMLReaderXSDFactory(String, ClassLoader, File...) - Constructor for class org.jdom2.input.sax.XMLReaderXSDFactory
Create an XML Schema validating XMLReader factory using one or more XSD sources from File references, and use the specified JAXP SAXParserFactory.
XMLReaderXSDFactory(String, ClassLoader, String...) - Constructor for class org.jdom2.input.sax.XMLReaderXSDFactory
Create an XML Schema validating XMLReader factory using one or more XSD sources from SystemID references, and use the specified JAXP SAXParserFactory.
XMLReaderXSDFactory(String, ClassLoader, URL...) - Constructor for class org.jdom2.input.sax.XMLReaderXSDFactory
Create an XML Schema validating XMLReader factory using one or more XSD sources from URL references, and use the specified JAXP SAXParserFactory.
XMLReaderXSDFactory(String, ClassLoader, Source...) - Constructor for class org.jdom2.input.sax.XMLReaderXSDFactory
Create an XML Schema validating XMLReader factory using one or more XSD sources from Transform Source references, and use the specified JAXP SAXParserFactory.
XMLReaderXSDFactory(URL...) - Constructor for class org.jdom2.input.sax.XMLReaderXSDFactory
Create an XML Schema validating XMLReader factory using one or more XSD sources from URL references.
XMLReaderXSDFactory(Source...) - Constructor for class org.jdom2.input.sax.XMLReaderXSDFactory
Create an XML Schema validating XMLReader factory using one or more XSD sources from Transform Source references.
XSDVALIDATING - Enum constant in enum class org.jdom2.input.sax.XMLReaders
The XSD-validating Singleton
XSLTransformer - Class in org.jdom2.transform
A convenience class to handle simple transformations.
XSLTransformer(File) - Constructor for class org.jdom2.transform.XSLTransformer
This will create a new XSLTransformer by reading the stylesheet from the specified File.
XSLTransformer(InputStream) - Constructor for class org.jdom2.transform.XSLTransformer
This will create a new XSLTransformer by reading the stylesheet from the specified InputStream.
XSLTransformer(Reader) - Constructor for class org.jdom2.transform.XSLTransformer
This will create a new XSLTransformer by reading the stylesheet from the specified Reader.
XSLTransformer(String) - Constructor for class org.jdom2.transform.XSLTransformer
Creates a transformer for a given stylesheet system id.
XSLTransformer(Document) - Constructor for class org.jdom2.transform.XSLTransformer
This will create a new XSLTransformer by reading the stylesheet from the specified Document.
XSLTransformException - Exception Class in org.jdom2.transform
Thrown when an XSL stylesheet fails to compile or an XSL transform fails
XSLTransformException() - Constructor for exception class org.jdom2.transform.XSLTransformException
A new and default XSLTransformException
XSLTransformException(String) - Constructor for exception class org.jdom2.transform.XSLTransformException
A new XSLTransformException with the specified message
XSLTransformException(String, Exception) - Constructor for exception class org.jdom2.transform.XSLTransformException
A new XSLTransformException with the specified message and cause
A B C D E F G H I J L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form