Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractXmlReader - Class in org.springframework.xml.sax
-
Abstract base class for SAX
XMLReaderimplementations. - 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
XsdSchemainterface that uses Apache WS-Commons XML Schema. - CommonsXsdSchema(XmlSchema) - Constructor for class org.springframework.xml.xsd.commons.CommonsXsdSchema
-
Create a new instance of the
CommonsXsdSchemaclass with the specifiedXmlSchemareference. - CommonsXsdSchema(XmlSchema, XmlSchemaCollection) - Constructor for class org.springframework.xml.xsd.commons.CommonsXsdSchema
-
Create a new instance of the
CommonsXsdSchemaclass with the specifiedXmlSchemaandXmlSchemaCollectionreference. - CommonsXsdSchemaCollection - Class in org.springframework.xml.xsd.commons
-
Implementation of the
XsdSchemaCollectionthat 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
CommonsXsdSchemaCollectionbased 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
InputSourcefrom 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
XmlValidatorbased on the schema. - createValidator() - Method in interface org.springframework.xml.xsd.XsdSchemaCollection
-
Creates a
XmlValidatorbased on the schemas contained in this collection. - createValidator(Resource[], String) - Static method in class org.springframework.xml.validation.XmlValidatorFactory
-
Create a
XmlValidatorwith the given schema resources and schema language type. - createValidator(Resource, String) - Static method in class org.springframework.xml.validation.XmlValidatorFactory
-
Create a
XmlValidatorwith the given schema resource and schema language type. - createXMLReader() - Static method in class org.springframework.xml.validation.XMLReaderFactoryUtils
-
Build a
XMLReaderand 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
ContentHandlerthat transforms callback calls to DOMNodes. - DomContentHandler(Node) - Constructor for class org.springframework.xml.dom.DomContentHandler
-
Creates a new instance of the
DomContentHandlerwith 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
- doWithSource(Source, TraxUtils.SourceCallback) - Static method in class org.springframework.xml.transform.TraxUtils
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
Nodeobjects on a per-node basis with aNodeCallbackHandler. - 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
Nodeobjects to a Java object via aNodeMapper. - evaluate(Node, NodeMapper<T>) - Method in interface org.springframework.xml.xpath.XPathExpression
-
Evaluates the given expression, mapping each result
Nodeobjects to a Java object via aNodeMapper. - 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
Nodeobjects. - evaluateAsNodeList(Node) - Method in interface org.springframework.xml.xpath.XPathExpression
-
Evaluates the given expression, and returns all
Nodeobjects 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
Noderesult to a Java object via aNodeMapper. - evaluateAsObject(Node, NodeMapper<T>) - Method in interface org.springframework.xml.xpath.XPathExpression
-
Evaluates the given expression, mapping a single
Noderesult to a Java object via aNodeMapper. - 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
- 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
SAXNotRecognizedExceptionexception. - 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
SAXNotRecognizedExceptionexception 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
XmlSchemaobject. - 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
Sourceof 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
XPathOperationsthat 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
XPathOperationsthat 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
DocumentBuilderFactorythen set properties to prevent external entity access. - newInstance() - Static method in class org.springframework.xml.transform.TransformerFactoryUtils
-
Build a new
TransformerFactoryusing the default constructor. - newInstance() - Static method in class org.springframework.xml.XMLInputFactoryUtils
-
Build an
XMLInputFactoryand set properties to prevent external entities from accessing. - newInstance(Class<? extends TransformerFactory>) - Static method in class org.springframework.xml.transform.TransformerFactoryUtils
-
Build an
TransformerFactoryand prevent external entities from accessing. - newInstance(String) - Static method in class org.springframework.xml.validation.SchemaFactoryUtils
-
Build a
SchemaFactoryand 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
XPathOperationsimplementations for processingNodeobjects on a per-node basis. - NodeMapper<T> - Interface in org.springframework.xml.xpath
-
An interface used by
XPathOperationsimplementations for mappingNodeobjects 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
XsdSchemainterfaces 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
SAXSourcethat reads from a SpringResource. - ResourceSource(Resource) - Constructor for class org.springframework.xml.transform.ResourceSource
-
Initializes a new instance of the
ResourceSourcewith the given resource. - ResourceSource(XMLReader, Resource) - Constructor for class org.springframework.xml.transform.ResourceSource
-
Initializes a new instance of the
ResourceSourcewith the givenXMLReaderand 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
- saxSource(XMLReader, InputSource) - Method in interface org.springframework.xml.transform.TraxUtils.SourceCallback
- 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
Schemaobjects, 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
SAXNotRecognizedExceptionexception. - 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
-
Throws
UnsupportedOperationException. - 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
SAXNotRecognizedExceptionexception when the given property does not signify a lexical handler. - setReader(Reader) - Method in class org.springframework.xml.transform.StringSource
-
Throws
UnsupportedOperationException. - 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
TransformerFactoryclass to use. - setTransformerFactoryClass(Class<? extends TransformerFactory>) - Method in class org.springframework.xml.transform.TransformerObjectSupport
-
Specify the
TransformerFactoryclass 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.NamespaceContextimplementation. - SimpleNamespaceContext() - Constructor for class org.springframework.xml.namespace.SimpleNamespaceContext
- SimpleXsdSchema - Class in org.springframework.xml.xsd
-
The default
XsdSchemaimplementation. - SimpleXsdSchema() - Constructor for class org.springframework.xml.xsd.SimpleXsdSchema
-
Create a new instance of the
SimpleXsdSchemaclass. - SimpleXsdSchema(Resource) - Constructor for class org.springframework.xml.xsd.SimpleXsdSchema
-
Create a new instance of the
SimpleXsdSchemaclass 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
- staxResult(XMLStreamWriter) - Method in interface org.springframework.xml.transform.TraxUtils.ResultCallback
-
Perform an operation on the
XMLStreamWritercontained in a JAXP 1.4StAXResultor SpringStaxResult. - staxSource(XMLEventReader) - Method in interface org.springframework.xml.transform.TraxUtils.SourceCallback
- staxSource(XMLStreamReader) - Method in interface org.springframework.xml.transform.TraxUtils.SourceCallback
-
Perform an operation on the
XMLStreamReadercontained in a JAXP 1.4StAXSourceor SpringStaxSource. - streamResult(OutputStream) - Method in interface org.springframework.xml.transform.TraxUtils.ResultCallback
-
Perform an operation on the
OutputStreamcontained in aStreamResult. - streamResult(Writer) - Method in interface org.springframework.xml.transform.TraxUtils.ResultCallback
-
Perform an operation on the
Writercontained in aStreamResult. - streamSource(InputStream) - Method in interface org.springframework.xml.transform.TraxUtils.SourceCallback
-
Perform an operation on the
InputStreamcontained in aStreamSource. - streamSource(Reader) - Method in interface org.springframework.xml.transform.TraxUtils.SourceCallback
-
Perform an operation on the
Readercontained in aStreamSource. - StringResult - Class in org.springframework.xml.transform
-
Convenient subclass of
StreamResultthat writes to aStringWriter. - StringResult() - Constructor for class org.springframework.xml.transform.StringResult
- StringSource - Class in org.springframework.xml.transform
-
Convenient subclass of
StreamSourcethat reads from aStringReader. - StringSource(String) - Constructor for class org.springframework.xml.transform.StringSource
-
Initializes a new instance of the
StringSourcewith 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
QNameto 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
- transform(Source, Result) - Method in class org.springframework.xml.transform.TransformerObjectSupport
- 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
Transformerusage. - 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
TransformerHelperwith the specifiedTransformerFactoryclass. - TransformerHelper(TransformerFactory) - Constructor for class org.springframework.xml.transform.TransformerHelper
-
Initializes a new instance of the
TransformerHelperwith the specifiedTransformerFactory. - 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 ofSAXParseExceptions as result. - validate(Source, ValidationErrorHandler) - Method in interface org.springframework.xml.validation.XmlValidator
-
Validates the given
SourceandValidationErrorHandler, and returns an array ofSAXParseExceptions 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
ErrorHandlerthat 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
XmlExceptionwith the specific detail message. - XmlException(String, Throwable) - Constructor for exception org.springframework.xml.XmlException
-
Constructs a new instance of the
XmlExceptionwith 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
XmlValidatorobjects, being aware of JAXP 1.3Validators, 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
XPathExceptionwith the specific detail message. - XPathException(String, Throwable) - Constructor for exception org.springframework.xml.xpath.XPathException
-
Constructs a new instance of the
XPathExceptionwith 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
FactoryBeanforXPathExpressionobject. - 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
XPathParseExceptionwith the specific detail message. - XPathParseException(String, Throwable) - Constructor for exception org.springframework.xml.xpath.XPathParseException
-
Constructs a new instance of the
XPathParseExceptionwith 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
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
QName(String, String, String)