Index

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

A

AbstractXmlReader - Class in org.springframework.xml.sax
Abstract base class for SAX XMLReader implementations.
AbstractXmlReader() - Constructor for class org.springframework.xml.sax.AbstractXmlReader
 
AbstractXPathTemplate - Class in org.springframework.xml.xpath
Abstract base class for implementations of XPathOperations.
AbstractXPathTemplate() - Constructor for class org.springframework.xml.xpath.AbstractXPathTemplate
 
afterPropertiesSet() - Method in class org.springframework.xml.xpath.XPathExpressionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.xml.xsd.commons.CommonsXsdSchemaCollection
 
afterPropertiesSet() - Method in class org.springframework.xml.xsd.SimpleXsdSchema
 

B

bindDefaultNamespaceUri(String) - Method in class org.springframework.xml.namespace.SimpleNamespaceContext
Binds the given namespace as default namespace.
bindNamespaceUri(String, String) - Method in class org.springframework.xml.namespace.SimpleNamespaceContext
Binds the given prefix to the given namespace.

C

characters(char[], int, int) - Method in class org.springframework.xml.dom.DomContentHandler
 
clear() - Method in class org.springframework.xml.namespace.SimpleNamespaceContext
Removes all declared prefixes.
CommonsXsdSchema - Class in org.springframework.xml.xsd.commons
Implementation of the XsdSchema interface that uses Apache WS-Commons XML Schema.
CommonsXsdSchema(XmlSchema) - Constructor for class org.springframework.xml.xsd.commons.CommonsXsdSchema
Create a new instance of the CommonsXsdSchema class with the specified XmlSchema reference.
CommonsXsdSchema(XmlSchema, XmlSchemaCollection) - Constructor for class org.springframework.xml.xsd.commons.CommonsXsdSchema
Create a new instance of the CommonsXsdSchema class with the specified XmlSchema and XmlSchemaCollection reference.
CommonsXsdSchemaCollection - Class in org.springframework.xml.xsd.commons
Implementation of the XsdSchemaCollection that uses Apache WS-Commons XML Schema.
CommonsXsdSchemaCollection() - Constructor for class org.springframework.xml.xsd.commons.CommonsXsdSchemaCollection
Constructs a new, empty instance of the CommonsXsdSchemaCollection.
CommonsXsdSchemaCollection(Resource...) - Constructor for class org.springframework.xml.xsd.commons.CommonsXsdSchemaCollection
Constructs a new instance of the CommonsXsdSchemaCollection based on the given resources.
CommonsXsdSchemaException - Exception in org.springframework.xml.xsd.commons
Commons XmlSchema version of the XsdSchemaException.
CommonsXsdSchemaException(String) - Constructor for exception org.springframework.xml.xsd.commons.CommonsXsdSchemaException
 
CommonsXsdSchemaException(String, Throwable) - Constructor for exception org.springframework.xml.xsd.commons.CommonsXsdSchemaException
 
createInputSource(Resource) - Static method in class org.springframework.xml.sax.SaxUtils
Creates a SAX InputSource from the given resource.
createQName(String, String, String) - Static method in class org.springframework.xml.namespace.QNameUtils
Deprecated.
createTransformer() - Method in class org.springframework.xml.transform.TransformerHelper
Creates a new Transformer.
createTransformer() - Method in class org.springframework.xml.transform.TransformerObjectSupport
Creates a new Transformer.
createValidator() - Method in class org.springframework.xml.xsd.commons.CommonsXsdSchema
 
createValidator() - Method in class org.springframework.xml.xsd.commons.CommonsXsdSchemaCollection
 
createValidator() - Method in class org.springframework.xml.xsd.SimpleXsdSchema
 
createValidator() - Method in interface org.springframework.xml.xsd.XsdSchema
Creates a XmlValidator based on the schema.
createValidator() - Method in interface org.springframework.xml.xsd.XsdSchemaCollection
Creates a XmlValidator based on the schemas contained in this collection.
createValidator(Resource[], String) - Static method in class org.springframework.xml.validation.XmlValidatorFactory
Create a XmlValidator with the given schema resources and schema language type.
createValidator(Resource, String) - Static method in class org.springframework.xml.validation.XmlValidatorFactory
Create a XmlValidator with the given schema resource and schema language type.
createXMLReader() - Static method in class org.springframework.xml.validation.XMLReaderFactoryUtils
Build a XMLReader and set properties to prevent external entity access.
createXPathExpression(String) - Static method in class org.springframework.xml.xpath.XPathExpressionFactory
Create a compiled XPath expression using the given string.
createXPathExpression(String, Map<String, String>) - Static method in class org.springframework.xml.xpath.XPathExpressionFactory
Create a compiled XPath expression using the given string and namespaces.

D

DocumentBuilderFactoryUtils - Class in org.springframework.xml
 
DocumentBuilderFactoryUtils() - Constructor for class org.springframework.xml.DocumentBuilderFactoryUtils
 
DomContentHandler - Class in org.springframework.xml.dom
SAX ContentHandler that transforms callback calls to DOM Nodes.
DomContentHandler(Node) - Constructor for class org.springframework.xml.dom.DomContentHandler
Creates a new instance of the DomContentHandler with the given node.
domResult(Node) - Method in interface org.springframework.xml.transform.TraxUtils.ResultCallback
Perform an operation on the node contained in a DOMResult.
domSource(Node) - Method in interface org.springframework.xml.transform.TraxUtils.SourceCallback
Perform an operation on the node contained in a DOMSource.
doWithResult(Result, TraxUtils.ResultCallback) - Static method in class org.springframework.xml.transform.TraxUtils
Performs the given callback operation on a Result.
doWithSource(Source, TraxUtils.SourceCallback) - Static method in class org.springframework.xml.transform.TraxUtils
Performs the given callback operation on a Source.

E

endDocument() - Method in class org.springframework.xml.dom.DomContentHandler
 
endElement(String, String, String) - Method in class org.springframework.xml.dom.DomContentHandler
 
endPrefixMapping(String) - Method in class org.springframework.xml.dom.DomContentHandler
 
evaluate(String, Source, NodeCallbackHandler) - Method in class org.springframework.xml.xpath.AbstractXPathTemplate
 
evaluate(String, Source, NodeCallbackHandler) - Method in interface org.springframework.xml.xpath.XPathOperations
Evaluates the given expression, handling the result Node objects on a per-node basis with a NodeCallbackHandler.
evaluate(String, Source, NodeMapper<T>) - Method in class org.springframework.xml.xpath.JaxenXPathTemplate
 
evaluate(String, Source, NodeMapper<T>) - Method in class org.springframework.xml.xpath.Jaxp13XPathTemplate
 
evaluate(String, Source, NodeMapper<T>) - Method in interface org.springframework.xml.xpath.XPathOperations
Evaluates the given expression, mapping each result Node objects to a Java object via a NodeMapper.
evaluate(Node, NodeMapper<T>) - Method in interface org.springframework.xml.xpath.XPathExpression
Evaluates the given expression, mapping each result Node objects to a Java object via a NodeMapper.
evaluateAsBoolean(String, Source) - Method in class org.springframework.xml.xpath.JaxenXPathTemplate
 
evaluateAsBoolean(String, Source) - Method in class org.springframework.xml.xpath.Jaxp13XPathTemplate
 
evaluateAsBoolean(String, Source) - Method in interface org.springframework.xml.xpath.XPathOperations
Evaluates the given expression as a boolean.
evaluateAsBoolean(Node) - Method in interface org.springframework.xml.xpath.XPathExpression
Evaluates the given expression as a boolean.
evaluateAsDouble(String, Source) - Method in class org.springframework.xml.xpath.JaxenXPathTemplate
 
evaluateAsDouble(String, Source) - Method in class org.springframework.xml.xpath.Jaxp13XPathTemplate
 
evaluateAsDouble(String, Source) - Method in interface org.springframework.xml.xpath.XPathOperations
Evaluates the given expression as a double.
evaluateAsNode(String, Source) - Method in class org.springframework.xml.xpath.JaxenXPathTemplate
 
evaluateAsNode(String, Source) - Method in class org.springframework.xml.xpath.Jaxp13XPathTemplate
 
evaluateAsNode(String, Source) - Method in interface org.springframework.xml.xpath.XPathOperations
Evaluates the given expression as a Node.
evaluateAsNode(Node) - Method in interface org.springframework.xml.xpath.XPathExpression
Evaluates the given expression as a Node.
evaluateAsNodeList(String, Source) - Method in class org.springframework.xml.xpath.JaxenXPathTemplate
 
evaluateAsNodeList(String, Source) - Method in class org.springframework.xml.xpath.Jaxp13XPathTemplate
 
evaluateAsNodeList(String, Source) - Method in interface org.springframework.xml.xpath.XPathOperations
Evaluates the given expression as a list of Node objects.
evaluateAsNodeList(Node) - Method in interface org.springframework.xml.xpath.XPathExpression
Evaluates the given expression, and returns all Node objects that conform to it.
evaluateAsNumber(Node) - Method in interface org.springframework.xml.xpath.XPathExpression
Evaluates the given expression as a number (double).
evaluateAsObject(String, Source, NodeMapper<T>) - Method in class org.springframework.xml.xpath.JaxenXPathTemplate
 
evaluateAsObject(String, Source, NodeMapper<T>) - Method in class org.springframework.xml.xpath.Jaxp13XPathTemplate
 
evaluateAsObject(String, Source, NodeMapper<T>) - Method in interface org.springframework.xml.xpath.XPathOperations
Evaluates the given expression, mapping a single Node result to a Java object via a NodeMapper.
evaluateAsObject(Node, NodeMapper<T>) - Method in interface org.springframework.xml.xpath.XPathExpression
Evaluates the given expression, mapping a single Node result to a Java object via a NodeMapper.
evaluateAsString(String, Source) - Method in class org.springframework.xml.xpath.JaxenXPathTemplate
 
evaluateAsString(String, Source) - Method in class org.springframework.xml.xpath.Jaxp13XPathTemplate
 
evaluateAsString(String, Source) - Method in interface org.springframework.xml.xpath.XPathOperations
Evaluates the given expression as a String.
evaluateAsString(Node) - Method in interface org.springframework.xml.xpath.XPathExpression
Evaluates the given expression as a String.

G

getAsText() - Method in class org.springframework.xml.namespace.QNameEditor
 
getBoundPrefixes() - Method in class org.springframework.xml.namespace.SimpleNamespaceContext
Returns all declared prefixes.
getContentHandler() - Method in class org.springframework.xml.sax.AbstractXmlReader
 
getDocument(DOMSource) - Static method in class org.springframework.xml.transform.TraxUtils
Returns the Document of the given DOMSource.
getDTDHandler() - Method in class org.springframework.xml.sax.AbstractXmlReader
 
getElementNames() - Method in class org.springframework.xml.xsd.commons.CommonsXsdSchema
 
getEntityResolver() - Method in class org.springframework.xml.sax.AbstractXmlReader
 
getErrorHandler() - Method in class org.springframework.xml.sax.AbstractXmlReader
 
getErrors() - Method in interface org.springframework.xml.validation.ValidationErrorHandler
Returns the errors collected by this error handler.
getFeature(String) - Method in class org.springframework.xml.sax.AbstractXmlReader
Throws a SAXNotRecognizedException exception.
getInputStream() - Method in class org.springframework.xml.transform.StringSource
Returns null.
getJaxpVersion() - Static method in class org.springframework.xml.JaxpVersion
Gets the JAXP version.
getLexicalHandler() - Method in class org.springframework.xml.sax.AbstractXmlReader
 
getNamespaces() - Method in class org.springframework.xml.xpath.AbstractXPathTemplate
Returns namespaces used in the XPath expression.
getNamespaceURI(String) - Method in class org.springframework.xml.namespace.SimpleNamespaceContext
 
getObject() - Method in class org.springframework.xml.xpath.XPathExpressionFactoryBean
 
getObjectType() - Method in class org.springframework.xml.xpath.XPathExpressionFactoryBean
 
getPrefix(String) - Method in class org.springframework.xml.namespace.SimpleNamespaceContext
 
getPrefix(QName) - Static method in class org.springframework.xml.namespace.QNameUtils
Deprecated.
in favor of QName.getPrefix()
getPrefixes(String) - Method in class org.springframework.xml.namespace.SimpleNamespaceContext
 
getProperty(String) - Method in class org.springframework.xml.sax.AbstractXmlReader
Throws a SAXNotRecognizedException exception when the given property does not signify a lexical handler.
getQNameForNode(Node) - Static method in class org.springframework.xml.namespace.QNameUtils
Returns the qualified name of the given DOM Node.
getReader() - Method in class org.springframework.xml.transform.StringSource
 
getRootElement(Source) - Method in class org.springframework.xml.xpath.AbstractXPathTemplate
Returns the root element of the given source.
getSchema() - Method in class org.springframework.xml.xsd.commons.CommonsXsdSchema
Returns the wrapped Commons XmlSchema object.
getSource() - Method in class org.springframework.xml.xsd.commons.CommonsXsdSchema
 
getSource() - Method in class org.springframework.xml.xsd.SimpleXsdSchema
 
getSource() - Method in interface org.springframework.xml.xsd.XsdSchema
Returns the Source of the schema.
getSystemId(Resource) - Static method in class org.springframework.xml.sax.SaxUtils
Retrieves the URL from the given resource as System ID.
getSystemId(Resource) - Static method in class org.springframework.xml.validation.SchemaLoaderUtils
Retrieves the URL from the given resource as System ID.
getTargetNamespace() - Method in class org.springframework.xml.xsd.commons.CommonsXsdSchema
 
getTargetNamespace() - Method in class org.springframework.xml.xsd.SimpleXsdSchema
 
getTargetNamespace() - Method in interface org.springframework.xml.xsd.XsdSchema
Returns the target namespace of this schema.
getTransformerFactory() - Method in class org.springframework.xml.transform.TransformerHelper
Returns the TransformerFactory.
getTransformerFactory() - Method in class org.springframework.xml.transform.TransformerObjectSupport
Returns the TransformerFactory.
getXsdSchemas() - Method in class org.springframework.xml.xsd.commons.CommonsXsdSchemaCollection
 
getXsdSchemas() - Method in interface org.springframework.xml.xsd.XsdSchemaCollection
Returns all schemas contained in this collection.

H

hasBinding(String) - Method in class org.springframework.xml.namespace.SimpleNamespaceContext
 

I

ignorableWhitespace(char[], int, int) - Method in class org.springframework.xml.dom.DomContentHandler
 
isAtLeastJaxp14() - Static method in class org.springframework.xml.JaxpVersion
Convenience method to determine if the current JAXP version is at least 1.4 (packaged with JDK 1.6).
isSingleton() - Method in class org.springframework.xml.xpath.XPathExpressionFactoryBean
 

J

JaxenXPathTemplate - Class in org.springframework.xml.xpath
Implementation of XPathOperations that uses Jaxen.
JaxenXPathTemplate() - Constructor for class org.springframework.xml.xpath.JaxenXPathTemplate
 
JAXP_10 - Static variable in class org.springframework.xml.JaxpVersion
Constant identifying JAXP 1.0.
JAXP_11 - Static variable in class org.springframework.xml.JaxpVersion
Constant identifying JAXP 1.1.
JAXP_13 - Static variable in class org.springframework.xml.JaxpVersion
Constant identifying JAXP 1.3.
JAXP_14 - Static variable in class org.springframework.xml.JaxpVersion
Constant identifying JAXP 1.4.
JAXP_15 - Static variable in class org.springframework.xml.JaxpVersion
Constant identifying JAXP 1.5.
Jaxp13XPathTemplate - Class in org.springframework.xml.xpath
Implementation of XPathOperations that uses JAXP 1.3.
Jaxp13XPathTemplate() - Constructor for class org.springframework.xml.xpath.Jaxp13XPathTemplate
 
Jaxp13XPathTemplate(String) - Constructor for class org.springframework.xml.xpath.Jaxp13XPathTemplate
 
JaxpVersion - Class in org.springframework.xml
Helper class used to find the current version of JAXP.
JaxpVersion() - Constructor for class org.springframework.xml.JaxpVersion
 

L

loadSchema(Resource[], String) - Static method in class org.springframework.xml.validation.SchemaLoaderUtils
Load schema from the given resource.
loadSchema(Resource, String) - Static method in class org.springframework.xml.validation.SchemaLoaderUtils
Load schema from the given resource.
logger - Variable in class org.springframework.xml.transform.TransformerObjectSupport
Logger available to subclasses.

M

mapNode(Node, int) - Method in interface org.springframework.xml.xpath.NodeMapper
Maps a single node to an arbitrary object.

N

newInstance() - Static method in class org.springframework.xml.DocumentBuilderFactoryUtils
Build a DocumentBuilderFactory then set properties to prevent external entity access.
newInstance() - Static method in class org.springframework.xml.transform.TransformerFactoryUtils
Build a new TransformerFactory using the default constructor.
newInstance() - Static method in class org.springframework.xml.XMLInputFactoryUtils
Build an XMLInputFactory and set properties to prevent external entities from accessing.
newInstance(Class<? extends TransformerFactory>) - Static method in class org.springframework.xml.transform.TransformerFactoryUtils
Build an TransformerFactory and prevent external entities from accessing.
newInstance(String) - Static method in class org.springframework.xml.validation.SchemaFactoryUtils
Build a SchemaFactory and set properties to prevent external entities from accessing.
newTransformerFactory(Class<? extends TransformerFactory>) - Method in class org.springframework.xml.transform.TransformerHelper
Instantiate a new TransformerFactory.
newTransformerFactory(Class<? extends TransformerFactory>) - Method in class org.springframework.xml.transform.TransformerObjectSupport
Instantiate a new TransformerFactory.
NodeCallbackHandler - Interface in org.springframework.xml.xpath
An interface used by XPathOperations implementations for processing Node objects on a per-node basis.
NodeMapper<T> - Interface in org.springframework.xml.xpath
An interface used by XPathOperations implementations for mapping Node objects on a per-node basis.

O

org.springframework.xml - package org.springframework.xml
Provides classes for XML handling: version detection and a base XML exception class.
org.springframework.xml.dom - package org.springframework.xml.dom
Provides classes that help with DOM: the Document Object Model.
org.springframework.xml.namespace - package org.springframework.xml.namespace
Provides classes that help with XML Namespace processing.
org.springframework.xml.sax - package org.springframework.xml.sax
Provides classes that help with SAX: the Simple API for XML.
org.springframework.xml.transform - package org.springframework.xml.transform
Provides classes that help with XML transformations.
org.springframework.xml.validation - package org.springframework.xml.validation
Provides classes for XML validation in JAXP 1.0 and JAXP 1.3.
org.springframework.xml.xpath - package org.springframework.xml.xpath
Provides XPathTemplate implementations, and various classes for XPath evaluation using JAXP 1.3, and Jaxen.
org.springframework.xml.xsd - package org.springframework.xml.xsd
Provides an abstraction over XSD XML schemas.
org.springframework.xml.xsd.commons - package org.springframework.xml.xsd.commons
Contains a implementation of the XsdSchema interfaces that uses Apache WS-Commons XML Schema.

P

parseQNameString(String) - Static method in class org.springframework.xml.namespace.QNameUtils
Parse the given qualified name string into a QName.
processingInstruction(String, String) - Method in class org.springframework.xml.dom.DomContentHandler
 
processNode(Node) - Method in interface org.springframework.xml.xpath.NodeCallbackHandler
Processed a single node.

Q

QNameEditor - Class in org.springframework.xml.namespace
PropertyEditor for javax.xml.namespace.QName, to populate a property of type QName from a String value.
QNameEditor() - Constructor for class org.springframework.xml.namespace.QNameEditor
 
QNameUtils - Class in org.springframework.xml.namespace
Helper class for using QName.
QNameUtils() - Constructor for class org.springframework.xml.namespace.QNameUtils
 

R

removeBinding(String) - Method in class org.springframework.xml.namespace.SimpleNamespaceContext
Removes the given prefix from this context.
ResourceSource - Class in org.springframework.xml.transform
Convenient subclass of SAXSource that reads from a Spring Resource.
ResourceSource(Resource) - Constructor for class org.springframework.xml.transform.ResourceSource
Initializes a new instance of the ResourceSource with the given resource.
ResourceSource(XMLReader, Resource) - Constructor for class org.springframework.xml.transform.ResourceSource
Initializes a new instance of the ResourceSource with the given XMLReader and resource.
result(String) - Method in interface org.springframework.xml.transform.TraxUtils.ResultCallback
Perform an operation on the system identifier contained in any Result.

S

saxResult(ContentHandler, LexicalHandler) - Method in interface org.springframework.xml.transform.TraxUtils.ResultCallback
Perform an operation on the ContentHandler and LexicalHandler contained in a SAXResult.
saxSource(XMLReader, InputSource) - Method in interface org.springframework.xml.transform.TraxUtils.SourceCallback
Perform an operation on the XMLReader and InputSource contained in a SAXSource.
SaxUtils - Class in org.springframework.xml.sax
Convenient utility methods for dealing with SAX.
SaxUtils() - Constructor for class org.springframework.xml.sax.SaxUtils
 
SCHEMA_RELAX_NG - Static variable in class org.springframework.xml.validation.XmlValidatorFactory
Constant that defines a RELAX NG Schema.
SCHEMA_W3C_XML - Static variable in class org.springframework.xml.validation.XmlValidatorFactory
Constant that defines a W3C XML Schema.
SchemaFactoryUtils - Class in org.springframework.xml.validation
 
SchemaFactoryUtils() - Constructor for class org.springframework.xml.validation.SchemaFactoryUtils
 
SchemaLoaderUtils - Class in org.springframework.xml.validation
Convenient utility methods for loading of Schema objects, performing standard handling of input streams.
SchemaLoaderUtils() - Constructor for class org.springframework.xml.validation.SchemaLoaderUtils
 
setAsText(String) - Method in class org.springframework.xml.namespace.QNameEditor
 
setBindings(Map<String, String>) - Method in class org.springframework.xml.namespace.SimpleNamespaceContext
Sets the bindings for this namespace context.
setContentHandler(ContentHandler) - Method in class org.springframework.xml.sax.AbstractXmlReader
 
setDocumentLocator(Locator) - Method in class org.springframework.xml.dom.DomContentHandler
 
setDTDHandler(DTDHandler) - Method in class org.springframework.xml.sax.AbstractXmlReader
 
setEntityResolver(EntityResolver) - Method in class org.springframework.xml.sax.AbstractXmlReader
 
setErrorHandler(ErrorHandler) - Method in class org.springframework.xml.sax.AbstractXmlReader
 
setExpression(String) - Method in class org.springframework.xml.xpath.XPathExpressionFactoryBean
Sets the XPath expression.
setFeature(String, boolean) - Method in class org.springframework.xml.sax.AbstractXmlReader
Throws a SAXNotRecognizedException exception.
setInline(boolean) - Method in class org.springframework.xml.xsd.commons.CommonsXsdSchemaCollection
Defines whether included schemas should be inlined into the including schema.
setInputStream(InputStream) - Method in class org.springframework.xml.transform.StringSource
setNamespaces(Map<String, String>) - Method in class org.springframework.xml.xpath.AbstractXPathTemplate
Sets namespaces used in the XPath expression.
setNamespaces(Map<String, String>) - Method in class org.springframework.xml.xpath.XPathExpressionFactoryBean
Sets the namespaces for the expressions.
setProperty(String, Object) - Method in class org.springframework.xml.sax.AbstractXmlReader
Throws a SAXNotRecognizedException exception when the given property does not signify a lexical handler.
setReader(Reader) - Method in class org.springframework.xml.transform.StringSource
setResourceLoader(ResourceLoader) - Method in class org.springframework.xml.xsd.commons.CommonsXsdSchemaCollection
 
setTransformerFactoryClass(Class<? extends TransformerFactory>) - Method in class org.springframework.xml.transform.TransformerHelper
Specify the TransformerFactory class to use.
setTransformerFactoryClass(Class<? extends TransformerFactory>) - Method in class org.springframework.xml.transform.TransformerObjectSupport
Specify the TransformerFactory class to use.
setUriResolver(URIResolver) - Method in class org.springframework.xml.xsd.commons.CommonsXsdSchemaCollection
Sets the WS-Commons uri resolver to use when resolving (relative) schemas.
setXsd(Resource) - Method in class org.springframework.xml.xsd.SimpleXsdSchema
Set the XSD resource to be exposed by calls to this instances' SimpleXsdSchema.getSource() method.
setXsds(Resource...) - Method in class org.springframework.xml.xsd.commons.CommonsXsdSchemaCollection
Sets the schema resources to be loaded.
SimpleNamespaceContext - Class in org.springframework.xml.namespace
Simple javax.xml.namespace.NamespaceContext implementation.
SimpleNamespaceContext() - Constructor for class org.springframework.xml.namespace.SimpleNamespaceContext
 
SimpleXsdSchema - Class in org.springframework.xml.xsd
The default XsdSchema implementation.
SimpleXsdSchema() - Constructor for class org.springframework.xml.xsd.SimpleXsdSchema
Create a new instance of the SimpleXsdSchema class.
SimpleXsdSchema(Resource) - Constructor for class org.springframework.xml.xsd.SimpleXsdSchema
Create a new instance of the SimpleXsdSchema class with the specified resource.
skippedEntity(String) - Method in class org.springframework.xml.dom.DomContentHandler
 
source(String) - Method in interface org.springframework.xml.transform.TraxUtils.SourceCallback
Perform an operation on the system identifier contained in any Source.
startDocument() - Method in class org.springframework.xml.dom.DomContentHandler
 
startElement(String, String, String, Attributes) - Method in class org.springframework.xml.dom.DomContentHandler
 
startPrefixMapping(String, String) - Method in class org.springframework.xml.dom.DomContentHandler
 
staxResult(XMLEventWriter) - Method in interface org.springframework.xml.transform.TraxUtils.ResultCallback
Perform an operation on the XMLEventWriter contained in a JAXP 1.4 StAXResult or Spring StaxResult.
staxResult(XMLStreamWriter) - Method in interface org.springframework.xml.transform.TraxUtils.ResultCallback
Perform an operation on the XMLStreamWriter contained in a JAXP 1.4 StAXResult or Spring StaxResult.
staxSource(XMLEventReader) - Method in interface org.springframework.xml.transform.TraxUtils.SourceCallback
Perform an operation on the XMLEventReader contained in a JAXP 1.4 StAXSource or Spring StaxSource.
staxSource(XMLStreamReader) - Method in interface org.springframework.xml.transform.TraxUtils.SourceCallback
Perform an operation on the XMLStreamReader contained in a JAXP 1.4 StAXSource or Spring StaxSource.
streamResult(OutputStream) - Method in interface org.springframework.xml.transform.TraxUtils.ResultCallback
Perform an operation on the OutputStream contained in a StreamResult.
streamResult(Writer) - Method in interface org.springframework.xml.transform.TraxUtils.ResultCallback
Perform an operation on the Writer contained in a StreamResult.
streamSource(InputStream) - Method in interface org.springframework.xml.transform.TraxUtils.SourceCallback
Perform an operation on the InputStream contained in a StreamSource.
streamSource(Reader) - Method in interface org.springframework.xml.transform.TraxUtils.SourceCallback
Perform an operation on the Reader contained in a StreamSource.
StringResult - Class in org.springframework.xml.transform
Convenient subclass of StreamResult that writes to a StringWriter.
StringResult() - Constructor for class org.springframework.xml.transform.StringResult
 
StringSource - Class in org.springframework.xml.transform
Convenient subclass of StreamSource that reads from a StringReader.
StringSource(String) - Constructor for class org.springframework.xml.transform.StringSource
Initializes a new instance of the StringSource with the given string content.

T

toQName(String, String) - Static method in class org.springframework.xml.namespace.QNameUtils
Convert a namespace URI and DOM or SAX qualified name to a QName.
toQualifiedName(QName) - Static method in class org.springframework.xml.namespace.QNameUtils
Convert a QName to a qualified name, as used by DOM and SAX.
toString() - Method in class org.springframework.xml.transform.StringResult
Returns the written XML as a string.
toString() - Method in class org.springframework.xml.transform.StringSource
 
toString() - Method in class org.springframework.xml.xsd.commons.CommonsXsdSchema
 
toString() - Method in class org.springframework.xml.xsd.commons.CommonsXsdSchemaCollection
 
toString() - Method in class org.springframework.xml.xsd.SimpleXsdSchema
 
transform(Source, Result) - Method in class org.springframework.xml.transform.TransformerHelper
Transforms the given Source to the given Result.
transform(Source, Result) - Method in class org.springframework.xml.transform.TransformerObjectSupport
Transforms the given Source to the given Result.
TransformerFactoryUtils - Class in org.springframework.xml.transform
 
TransformerFactoryUtils() - Constructor for class org.springframework.xml.transform.TransformerFactoryUtils
 
TransformerHelper - Class in org.springframework.xml.transform
Helper class for Transformer usage.
TransformerHelper() - Constructor for class org.springframework.xml.transform.TransformerHelper
Initializes a new instance of the TransformerHelper.
TransformerHelper(Class<? extends TransformerFactory>) - Constructor for class org.springframework.xml.transform.TransformerHelper
Initializes a new instance of the TransformerHelper with the specified TransformerFactory class.
TransformerHelper(TransformerFactory) - Constructor for class org.springframework.xml.transform.TransformerHelper
Initializes a new instance of the TransformerHelper with the specified TransformerFactory.
TransformerObjectSupport - Class in org.springframework.xml.transform
Convenient base class for objects that use a Transformer.
TransformerObjectSupport() - Constructor for class org.springframework.xml.transform.TransformerObjectSupport
 
TraxUtils - Class in org.springframework.xml.transform
Convenient utility methods for dealing with TrAX.
TraxUtils() - Constructor for class org.springframework.xml.transform.TraxUtils
 
TraxUtils.ResultCallback - Interface in org.springframework.xml.transform
Callback interface invoked on each sort of Result.
TraxUtils.SourceCallback - Interface in org.springframework.xml.transform
Callback interface invoked on each sort of Source.

V

validate(Source) - Method in interface org.springframework.xml.validation.XmlValidator
Validates the given Source, and returns an array of SAXParseExceptions as result.
validate(Source, ValidationErrorHandler) - Method in interface org.springframework.xml.validation.XmlValidator
Validates the given Source and ValidationErrorHandler, and returns an array of SAXParseExceptions as result.
validateQName(String) - Static method in class org.springframework.xml.namespace.QNameUtils
Validates the given String as a QName
ValidationErrorHandler - Interface in org.springframework.xml.validation
Subinterface of ErrorHandler that allows the registered errors to be retrieved.

X

XmlException - Exception in org.springframework.xml
Root of the hierarchy of XML exception.
XmlException(String) - Constructor for exception org.springframework.xml.XmlException
Constructs a new instance of the XmlException with the specific detail message.
XmlException(String, Throwable) - Constructor for exception org.springframework.xml.XmlException
Constructs a new instance of the XmlException with the specific detail message and exception.
XMLInputFactoryUtils - Class in org.springframework.xml
 
XMLInputFactoryUtils() - Constructor for class org.springframework.xml.XMLInputFactoryUtils
 
XMLReaderFactoryUtils - Class in org.springframework.xml.validation
 
XMLReaderFactoryUtils() - Constructor for class org.springframework.xml.validation.XMLReaderFactoryUtils
 
XmlValidationException - Exception in org.springframework.xml.validation
Exception thrown when a validation error occurs
XmlValidationException(String) - Constructor for exception org.springframework.xml.validation.XmlValidationException
 
XmlValidationException(String, Throwable) - Constructor for exception org.springframework.xml.validation.XmlValidationException
 
XmlValidator - Interface in org.springframework.xml.validation
Simple processor that validates a given Source.
XmlValidatorFactory - Class in org.springframework.xml.validation
Factory for XmlValidator objects, being aware of JAXP 1.3 Validators, and JAXP 1.0 parsing capabilities.
XmlValidatorFactory() - Constructor for class org.springframework.xml.validation.XmlValidatorFactory
 
XPathException - Exception in org.springframework.xml.xpath
Exception thrown when an error occurs during XPath processing.
XPathException(String) - Constructor for exception org.springframework.xml.xpath.XPathException
Constructs a new instance of the XPathException with the specific detail message.
XPathException(String, Throwable) - Constructor for exception org.springframework.xml.xpath.XPathException
Constructs a new instance of the XPathException with the specific detail message and exception.
XPathExpression - Interface in org.springframework.xml.xpath
Defines the contract for a precompiled XPath expression.
XPathExpressionFactory - Class in org.springframework.xml.xpath
Factory for compiled XPathExpressions, being aware of JAXP 1.3+ XPath functionality, and Jaxen.
XPathExpressionFactory() - Constructor for class org.springframework.xml.xpath.XPathExpressionFactory
 
XPathExpressionFactoryBean - Class in org.springframework.xml.xpath
Spring FactoryBean for XPathExpression object.
XPathExpressionFactoryBean() - Constructor for class org.springframework.xml.xpath.XPathExpressionFactoryBean
 
XPathOperations - Interface in org.springframework.xml.xpath
Interface that specifies a basic set of XPath operations, implemented by various XPathTemplates.
XPathParseException - Exception in org.springframework.xml.xpath
Exception throws when a XPath expression cannot be parsed.
XPathParseException(String) - Constructor for exception org.springframework.xml.xpath.XPathParseException
Constructs a new instance of the XPathParseException with the specific detail message.
XPathParseException(String, Throwable) - Constructor for exception org.springframework.xml.xpath.XPathParseException
Constructs a new instance of the XPathParseException with the specific detail message and exception.
XsdSchema - Interface in org.springframework.xml.xsd
Represents an abstraction for XSD schemas.
XsdSchemaCollection - Interface in org.springframework.xml.xsd
Represents an abstraction for a collection of XSD schemas.
XsdSchemaException - Exception in org.springframework.xml.xsd
Base class for all WSDL definition exceptions.
XsdSchemaException(String) - Constructor for exception org.springframework.xml.xsd.XsdSchemaException
 
XsdSchemaException(String, Throwable) - Constructor for exception org.springframework.xml.xsd.XsdSchemaException
 
A B C D E G H I J L M N O P Q R S T V X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form