- 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<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
-
- 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
-
- SimpleXsdSchema() - Constructor for class org.springframework.xml.xsd.SimpleXsdSchema
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-