A B C D E G H I J L M N O P Q R S T V X

A

AbstractStaxContentHandler - Class in org.springframework.xml.stream
Abstract base class for SAX ContentHandler implementations that use StAX as a basis.
AbstractStaxContentHandler() - Constructor for class org.springframework.xml.stream.AbstractStaxContentHandler
 
AbstractStaxXmlReader - Class in org.springframework.xml.stream
Abstract base class for SAX XMLReader implementations that use StAX as a basis.
AbstractStaxXmlReader() - Constructor for class org.springframework.xml.stream.AbstractStaxXmlReader
 
AbstractXmlReader - Class in org.springframework.xml.sax
Abstract base class for SAX XMLReader implementations.
AbstractXmlReader() - Constructor for class org.springframework.xml.sax.AbstractXmlReader
 
AbstractXmlStreamReader - Class in org.springframework.xml.stream
Abstract base class for XMLStreamReaders.
AbstractXmlStreamReader() - Constructor for class org.springframework.xml.stream.AbstractXmlStreamReader
 
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
 
characters(char[], int, int) - Method in class org.springframework.xml.stream.AbstractStaxContentHandler
 
charactersInternal(char[], int, int) - Method in class org.springframework.xml.stream.AbstractStaxContentHandler
 
charactersInternal(char[], int, int) - Method in class org.springframework.xml.stream.StaxEventContentHandler
 
charactersInternal(char[], int, int) - Method in class org.springframework.xml.stream.StaxStreamContentHandler
 
clear() - Method in class org.springframework.xml.namespace.SimpleNamespaceContext
Removes all declared prefixes.
close() - Method in class org.springframework.xml.stream.XmlEventStreamReader
 
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
Creates a new QName with the given parameters.
createStaxSource(XMLStreamReader) - Static method in class org.springframework.xml.transform.TraxUtils
Creates a StAX Source for the given XMLStreamReader.
createStaxSource(XMLEventReader) - Static method in class org.springframework.xml.transform.TraxUtils
Creates a StAX Source for the given XMLEventReader.
createTransformer() - Method in class org.springframework.xml.transform.TransformerObjectSupport
Creates a new Transformer.
createValidator(Resource, String) - Static method in class org.springframework.xml.validation.XmlValidatorFactory
Create a XmlValidator with the given schema resource and schema language type.
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() - 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.
createXPathExpression(String) - Static method in class org.springframework.xml.xpath.XPathExpressionFactory
Create a compiled XPath expression using the given string.
createXPathExpression(String, Map) - Static method in class org.springframework.xml.xpath.XPathExpressionFactory
Create a compiled XPath expression using the given string and namespaces.

D

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
 
endDocument() - Method in class org.springframework.xml.stream.AbstractStaxContentHandler
 
endDocumentInternal() - Method in class org.springframework.xml.stream.AbstractStaxContentHandler
 
endDocumentInternal() - Method in class org.springframework.xml.stream.StaxEventContentHandler
 
endDocumentInternal() - Method in class org.springframework.xml.stream.StaxStreamContentHandler
 
endElement(String, String, String) - Method in class org.springframework.xml.dom.DomContentHandler
 
endElement(String, String, String) - Method in class org.springframework.xml.stream.AbstractStaxContentHandler
 
endElementInternal(QName, SimpleNamespaceContext) - Method in class org.springframework.xml.stream.AbstractStaxContentHandler
 
endElementInternal(QName, SimpleNamespaceContext) - Method in class org.springframework.xml.stream.StaxEventContentHandler
 
endElementInternal(QName, SimpleNamespaceContext) - Method in class org.springframework.xml.stream.StaxStreamContentHandler
 
endPrefixMapping(String) - Method in class org.springframework.xml.dom.DomContentHandler
 
endPrefixMapping(String) - Method in class org.springframework.xml.stream.AbstractStaxContentHandler
Removes the binding for the given prefix.
evaluate(String, Source, NodeCallbackHandler) - Method in class org.springframework.xml.xpath.AbstractXPathTemplate
 
evaluate(String, Source, NodeMapper) - Method in class org.springframework.xml.xpath.JaxenXPathTemplate
 
evaluate(String, Source, NodeMapper) - Method in class org.springframework.xml.xpath.Jaxp13XPathTemplate
 
evaluate(Node, NodeMapper) - Method in interface org.springframework.xml.xpath.XPathExpression
Evaluates the given expression, mapping each result Node objects to a Java object via a NodeMapper.
evaluate(String, Source, NodeMapper) - 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(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.
evaluateAsBoolean(String, Source) - Method in class org.springframework.xml.xpath.JaxenXPathTemplate
 
evaluateAsBoolean(String, Source) - Method in class org.springframework.xml.xpath.Jaxp13XPathTemplate
 
evaluateAsBoolean(Node) - Method in interface org.springframework.xml.xpath.XPathExpression
Evaluates the given expression as a boolean.
evaluateAsBoolean(String, Source) - Method in interface org.springframework.xml.xpath.XPathOperations
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(Node) - Method in interface org.springframework.xml.xpath.XPathExpression
Evaluates the given expression as a Node.
evaluateAsNode(String, Source) - Method in interface org.springframework.xml.xpath.XPathOperations
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(Node) - Method in interface org.springframework.xml.xpath.XPathExpression
Evaluates the given expression, and returns all Node objects that conform to it.
evaluateAsNodeList(String, Source) - Method in interface org.springframework.xml.xpath.XPathOperations
Evaluates the given expression as a list of Node objects.
evaluateAsNumber(Node) - Method in interface org.springframework.xml.xpath.XPathExpression
Evaluates the given expression as a number (double).
evaluateAsObject(String, Source, NodeMapper) - Method in class org.springframework.xml.xpath.JaxenXPathTemplate
 
evaluateAsObject(String, Source, NodeMapper) - Method in class org.springframework.xml.xpath.Jaxp13XPathTemplate
 
evaluateAsObject(Node, NodeMapper) - Method in interface org.springframework.xml.xpath.XPathExpression
Evaluates the given expression, mapping a single Node result to a Java object via a NodeMapper.
evaluateAsObject(String, Source, NodeMapper) - Method in interface org.springframework.xml.xpath.XPathOperations
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(Node) - Method in interface org.springframework.xml.xpath.XPathExpression
Evaluates the given expression as a String.
evaluateAsString(String, Source) - Method in interface org.springframework.xml.xpath.XPathOperations
Evaluates the given expression as a String.

G

getAsText() - Method in class org.springframework.xml.namespace.QNameEditor
 
getAttributeCount() - Method in class org.springframework.xml.stream.XmlEventStreamReader
 
getAttributeLocalName(int) - Method in class org.springframework.xml.stream.AbstractXmlStreamReader
 
getAttributeName(int) - Method in class org.springframework.xml.stream.XmlEventStreamReader
 
getAttributeNamespace(int) - Method in class org.springframework.xml.stream.AbstractXmlStreamReader
 
getAttributePrefix(int) - Method in class org.springframework.xml.stream.AbstractXmlStreamReader
 
getAttributeType(int) - Method in class org.springframework.xml.stream.XmlEventStreamReader
 
getAttributeValue(String, String) - Method in class org.springframework.xml.stream.AbstractXmlStreamReader
 
getAttributeValue(int) - Method in class org.springframework.xml.stream.XmlEventStreamReader
 
getBoundPrefixes() - Method in class org.springframework.xml.namespace.SimpleNamespaceContext
Returns all declared prefixes.
getCharacterEncodingScheme() - Method in class org.springframework.xml.stream.XmlEventStreamReader
 
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
 
getElementText() - Method in class org.springframework.xml.stream.AbstractXmlStreamReader
 
getEncoding() - Method in class org.springframework.xml.stream.XmlEventStreamReader
 
getEntityResolver() - Method in class org.springframework.xml.sax.AbstractXmlReader
 
getErrorHandler() - Method in class org.springframework.xml.sax.AbstractXmlReader
 
getEventType() - Method in class org.springframework.xml.stream.XmlEventStreamReader
 
getFeature(String) - Method in class org.springframework.xml.sax.AbstractXmlReader
Throws a SAXNotRecognizedException exception.
getFeature(String) - Method in class org.springframework.xml.stream.AbstractStaxXmlReader
 
getJaxpVersion() - Static method in class org.springframework.xml.JaxpVersion
Gets the JAXP version.
getLexicalHandler() - Method in class org.springframework.xml.sax.AbstractXmlReader
 
getLocalName() - Method in class org.springframework.xml.stream.AbstractXmlStreamReader
 
getLocation() - Method in class org.springframework.xml.stream.XmlEventStreamReader
 
getName() - Method in class org.springframework.xml.stream.XmlEventStreamReader
 
getNamespaceContext() - Method in class org.springframework.xml.stream.XmlEventStreamReader
 
getNamespaceCount() - Method in class org.springframework.xml.stream.XmlEventStreamReader
 
getNamespacePrefix(int) - Method in class org.springframework.xml.stream.XmlEventStreamReader
 
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
 
getNamespaceURI() - Method in class org.springframework.xml.stream.AbstractXmlStreamReader
 
getNamespaceURI(String) - Method in class org.springframework.xml.stream.AbstractXmlStreamReader
 
getNamespaceURI(int) - Method in class org.springframework.xml.stream.XmlEventStreamReader
 
getObject() - Method in class org.springframework.xml.xpath.XPathExpressionFactoryBean
 
getObjectType() - Method in class org.springframework.xml.xpath.XPathExpressionFactoryBean
 
getPIData() - Method in class org.springframework.xml.stream.XmlEventStreamReader
 
getPITarget() - Method in class org.springframework.xml.stream.XmlEventStreamReader
 
getPrefix(QName) - Static method in class org.springframework.xml.namespace.QNameUtils
Returns the prefix of the given QName.
getPrefix(String) - Method in class org.springframework.xml.namespace.SimpleNamespaceContext
 
getPrefix() - Method in class org.springframework.xml.stream.AbstractXmlStreamReader
 
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.
getProperty(String) - Method in class org.springframework.xml.stream.XmlEventStreamReader
 
getQNameForNode(Node) - Static method in class org.springframework.xml.namespace.QNameUtils
Returns the qualified name of the given DOM Node.
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.
getText() - Method in class org.springframework.xml.stream.XmlEventStreamReader
 
getTextCharacters() - Method in class org.springframework.xml.stream.AbstractXmlStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class org.springframework.xml.stream.AbstractXmlStreamReader
 
getTextLength() - Method in class org.springframework.xml.stream.AbstractXmlStreamReader
 
getTextStart() - Method in class org.springframework.xml.stream.XmlEventStreamReader
 
getTransformerFactory() - Method in class org.springframework.xml.transform.TransformerObjectSupport
Returns the TransformerFactory.
getVersion() - Method in class org.springframework.xml.stream.XmlEventStreamReader
 
getXMLEventReader() - Method in class org.springframework.xml.transform.StaxSource
Returns the XMLEventReader used by this StaxSource.
getXMLEventReader(Source) - Static method in class org.springframework.xml.transform.TraxUtils
Returns the XMLEventReader for the given StAX Source.
getXMLEventWriter() - Method in class org.springframework.xml.transform.StaxResult
Returns the XMLEventWriter used by this StaxResult.
getXMLEventWriter(Result) - Static method in class org.springframework.xml.transform.TraxUtils
Returns the XMLEventWriter for the given StAX Result.
getXMLStreamReader() - Method in class org.springframework.xml.transform.StaxSource
Returns the XMLStreamReader used by this StaxSource.
getXMLStreamReader(Source) - Static method in class org.springframework.xml.transform.TraxUtils
Returns the XMLStreamReader for the given StAX Source.
getXMLStreamWriter() - Method in class org.springframework.xml.transform.StaxResult
Returns the XMLStreamWriter used by this StaxResult.
getXMLStreamWriter(Result) - Static method in class org.springframework.xml.transform.TraxUtils
Returns the XMLStreamWriter for the given StAX Result.
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
 
hasName() - Method in class org.springframework.xml.stream.AbstractXmlStreamReader
 
hasNamespacePrefixesFeature() - Method in class org.springframework.xml.stream.AbstractStaxXmlReader
Indicates whether the SAX feature http://xml.org/sax/features/namespaces-prefixes is turned on.
hasNamespacesFeature() - Method in class org.springframework.xml.stream.AbstractStaxXmlReader
Indicates whether the SAX feature http://xml.org/sax/features/namespaces is turned on.
hasNext() - Method in class org.springframework.xml.stream.AbstractXmlStreamReader
 
hasText() - Method in class org.springframework.xml.stream.AbstractXmlStreamReader
 

I

ignorableWhitespace(char[], int, int) - Method in class org.springframework.xml.dom.DomContentHandler
 
ignorableWhitespace(char[], int, int) - Method in class org.springframework.xml.stream.AbstractStaxContentHandler
 
ignorableWhitespaceInternal(char[], int, int) - Method in class org.springframework.xml.stream.AbstractStaxContentHandler
 
ignorableWhitespaceInternal(char[], int, int) - Method in class org.springframework.xml.stream.StaxEventContentHandler
 
ignorableWhitespaceInternal(char[], int, int) - Method in class org.springframework.xml.stream.StaxStreamContentHandler
 
isAtLeastJaxp13() - Static method in class org.springframework.xml.JaxpVersion
Convenience method to determine if the current JAXP version is at least 1.3 (packaged with JDK 1.5).
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).
isAttributeSpecified(int) - Method in class org.springframework.xml.stream.XmlEventStreamReader
 
isCharacters() - Method in class org.springframework.xml.stream.AbstractXmlStreamReader
 
isEndElement() - Method in class org.springframework.xml.stream.AbstractXmlStreamReader
 
isSingleton() - Method in class org.springframework.xml.xpath.XPathExpressionFactoryBean
 
isStandalone() - Method in class org.springframework.xml.stream.XmlEventStreamReader
 
isStartElement() - Method in class org.springframework.xml.stream.AbstractXmlStreamReader
 
isStaxResult(Result) - Static method in class org.springframework.xml.transform.TraxUtils
Indicates whether the given Result is a StAX Result.
isStaxSource(Source) - Static method in class org.springframework.xml.transform.TraxUtils
Indicates whether the given Source is a StAX Source.
isWhiteSpace() - Method in class org.springframework.xml.stream.AbstractXmlStreamReader
 

J

JaxenXPathTemplate - Class in org.springframework.xml.xpath
Implementation of XPathOperations that uses Jaxen.
JaxenXPathTemplate() - Constructor for class org.springframework.xml.xpath.JaxenXPathTemplate
 
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
 
JAXP_10 - Static variable in class org.springframework.xml.JaxpVersion
 
JAXP_11 - Static variable in class org.springframework.xml.JaxpVersion
 
JAXP_13 - Static variable in class org.springframework.xml.JaxpVersion
 
JAXP_14 - Static variable in class org.springframework.xml.JaxpVersion
 
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

newTransformerFactory(Class) - Method in class org.springframework.xml.transform.TransformerObjectSupport
Instantiate a new TransformerFactory.
next() - Method in class org.springframework.xml.stream.XmlEventStreamReader
 
nextTag() - Method in class org.springframework.xml.stream.AbstractXmlStreamReader
 
NodeCallbackHandler - Interface in org.springframework.xml.xpath
An interface used by XPathOperations implementations for processing Node objects on a per-node basis.
NodeMapper - 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.stream - package org.springframework.xml.stream
Provides classes that help with StAX: the Streaming 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

parse(InputSource) - Method in class org.springframework.xml.stream.AbstractStaxXmlReader
Parses the StAX XML reader passed at construction-time.
parse(String) - Method in class org.springframework.xml.stream.AbstractStaxXmlReader
Parses the StAX XML reader passed at construction-time.
parseInternal() - Method in class org.springframework.xml.stream.AbstractStaxXmlReader
Template-method that parses the StAX reader passed at construction-time.
parseInternal() - Method in class org.springframework.xml.stream.StaxEventXmlReader
 
parseInternal() - Method in class org.springframework.xml.stream.StaxStreamXmlReader
 
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
 
processingInstruction(String, String) - Method in class org.springframework.xml.stream.AbstractStaxContentHandler
 
processingInstructionInternal(String, String) - Method in class org.springframework.xml.stream.AbstractStaxContentHandler
 
processingInstructionInternal(String, String) - Method in class org.springframework.xml.stream.StaxEventContentHandler
 
processingInstructionInternal(String, String) - Method in class org.springframework.xml.stream.StaxStreamContentHandler
 
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.
require(int, String, String) - Method in class org.springframework.xml.stream.AbstractXmlStreamReader
 
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.

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.
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) - 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
 
setDocumentLocator(Locator) - Method in class org.springframework.xml.stream.StaxEventContentHandler
 
setDocumentLocator(Locator) - Method in class org.springframework.xml.stream.StaxStreamContentHandler
 
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.
setFeature(String, boolean) - Method in class org.springframework.xml.stream.AbstractStaxXmlReader
 
setHandler(ContentHandler) - Method in class org.springframework.xml.transform.StaxResult
Throws a UnsupportedOperationException.
setInline(boolean) - Method in class org.springframework.xml.xsd.commons.CommonsXsdSchemaCollection
Defines whether included schemas should be inlinded into the including schema.
setInputSource(InputSource) - Method in class org.springframework.xml.transform.StaxSource
Throws a UnsupportedOperationException.
setLocator(Location) - Method in class org.springframework.xml.stream.AbstractStaxXmlReader
Sets the SAX Locator based on the given StAX Location.
setNamespaces(Properties) - Method in class org.springframework.xml.xpath.AbstractXPathTemplate
Sets namespaces used in the XPath expression.
setNamespaces(Properties) - 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.
setResourceLoader(ResourceLoader) - Method in class org.springframework.xml.xsd.commons.CommonsXsdSchemaCollection
 
setStandalone(boolean) - Method in class org.springframework.xml.stream.AbstractStaxXmlReader
 
setTransformerFactoryClass(Class) - 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.
setValidationEventHandler(ValidationEventHandler) - Method in class org.springframework.xml.xsd.commons.CommonsXsdSchemaCollection
Sets the WS-Commons validation event handler to use while parsing schemas.
setXMLReader(XMLReader) - Method in class org.springframework.xml.transform.StaxSource
Throws a UnsupportedOperationException.
setXsd(Resource) - Method in class org.springframework.xml.xsd.SimpleXsdSchema
Set the XSD resource to be exposed by calls to this instances' 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
 
skippedEntity(String) - Method in class org.springframework.xml.stream.AbstractStaxContentHandler
 
skippedEntityInternal(String) - Method in class org.springframework.xml.stream.AbstractStaxContentHandler
 
skippedEntityInternal(String) - Method in class org.springframework.xml.stream.StaxEventContentHandler
 
skippedEntityInternal(String) - Method in class org.springframework.xml.stream.StaxStreamContentHandler
 
standaloneSet() - Method in class org.springframework.xml.stream.XmlEventStreamReader
 
startDocument() - Method in class org.springframework.xml.dom.DomContentHandler
 
startDocument() - Method in class org.springframework.xml.stream.AbstractStaxContentHandler
 
startDocumentInternal() - Method in class org.springframework.xml.stream.AbstractStaxContentHandler
 
startDocumentInternal() - Method in class org.springframework.xml.stream.StaxEventContentHandler
 
startDocumentInternal() - Method in class org.springframework.xml.stream.StaxStreamContentHandler
 
startElement(String, String, String, Attributes) - Method in class org.springframework.xml.dom.DomContentHandler
 
startElement(String, String, String, Attributes) - Method in class org.springframework.xml.stream.AbstractStaxContentHandler
 
startElementInternal(QName, Attributes, SimpleNamespaceContext) - Method in class org.springframework.xml.stream.AbstractStaxContentHandler
 
startElementInternal(QName, Attributes, SimpleNamespaceContext) - Method in class org.springframework.xml.stream.StaxEventContentHandler
 
startElementInternal(QName, Attributes, SimpleNamespaceContext) - Method in class org.springframework.xml.stream.StaxStreamContentHandler
 
startPrefixMapping(String, String) - Method in class org.springframework.xml.dom.DomContentHandler
 
startPrefixMapping(String, String) - Method in class org.springframework.xml.stream.AbstractStaxContentHandler
Binds the given prefix to the given namespaces.
StaxEventContentHandler - Class in org.springframework.xml.stream
SAX ContentHandler that transforms callback calls to XMLEvents and writes them to a XMLEventConsumer.
StaxEventContentHandler(XMLEventConsumer) - Constructor for class org.springframework.xml.stream.StaxEventContentHandler
Constructs a new instance of the StaxEventContentHandler that writes to the given XMLEventConsumer.
StaxEventContentHandler(XMLEventConsumer, XMLEventFactory) - Constructor for class org.springframework.xml.stream.StaxEventContentHandler
Constructs a new instance of the StaxEventContentHandler that uses the given event factory to create events and writes to the given XMLEventConsumer.
StaxEventXmlReader - Class in org.springframework.xml.stream
SAX XMLReader that reads from a StAX XMLEventReader.
StaxEventXmlReader(XMLEventReader) - Constructor for class org.springframework.xml.stream.StaxEventXmlReader
Constructs a new instance of the StaxEventXmlReader that reads from the given XMLEventReader.
StaxResult - Class in org.springframework.xml.transform
Implementation of the Result tagging interface for StAX writers.
StaxResult(XMLStreamWriter) - Constructor for class org.springframework.xml.transform.StaxResult
Constructs a new instance of the StaxResult with the specified XMLStreamWriter.
StaxResult(XMLEventWriter) - Constructor for class org.springframework.xml.transform.StaxResult
Constructs a new instance of the StaxResult with the specified XMLEventWriter.
StaxResult(XMLEventWriter, XMLEventFactory) - Constructor for class org.springframework.xml.transform.StaxResult
Constructs a new instance of the StaxResult with the specified XMLEventWriter and XMLEventFactory.
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 - Class in org.springframework.xml.transform
Implementation of the Source tagging interface for StAX readers.
StaxSource(XMLStreamReader) - Constructor for class org.springframework.xml.transform.StaxSource
Constructs a new instance of the StaxSource with the specified XMLStreamReader.
StaxSource(XMLEventReader) - Constructor for class org.springframework.xml.transform.StaxSource
Constructs a new instance of the StaxSource with the specified XMLEventReader.
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.
StaxStreamContentHandler - Class in org.springframework.xml.stream
SAX ContentHandler that writes to a XMLStreamWriter.
StaxStreamContentHandler(XMLStreamWriter) - Constructor for class org.springframework.xml.stream.StaxStreamContentHandler
Constructs a new instance of the StaxStreamContentHandler that writes to the given XMLStreamWriter.
StaxStreamXmlReader - Class in org.springframework.xml.stream
SAX XMLReader that reads from a StAX XMLStreamReader.
StaxStreamXmlReader(XMLStreamReader) - Constructor for class org.springframework.xml.stream.StaxStreamXmlReader
Constructs a new instance of the StaxStreamXmlReader that reads from the given XMLStreamReader.
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.
StringSource(String, String) - Constructor for class org.springframework.xml.transform.StringSource
Initializes a new instance of the StringSource with the given string content and system id.

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.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.TransformerObjectSupport
Transforms the given Source to the given Result.
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.
validateQName(String) - Static method in class org.springframework.xml.namespace.QNameUtils
Validates the given String as a QName

X

XmlEventStreamReader - Class in org.springframework.xml.stream
Implementation of the XMLStreamReader interface that wraps a XMLEventReader.
XmlEventStreamReader(XMLEventReader) - Constructor for class org.springframework.xml.stream.XmlEventStreamReader
 
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.
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 capababilities.
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

Copyright © 2010. All Rights Reserved.