Registry / serialization / spring-xml

spring-xml

JSON →
library5.0.2javamavenunverified

Spring XML provides XML parsing and transformation utilities for the Spring Web Services framework.

<dependency> <groupId>org.springframework.ws</groupId> <artifactId>spring-xml</artifactId> <version>5.0.2</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-XML
S
spring-xml
serializationjavav5.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

XPathExpression
org.springframework.xml.xpath.XPathExpression

Evaluates an XPath expression on an XML document using Spring XML utilities.

import org.springframework.xml.xpath.XPathExpression; import org.springframework.xml.xpath.XPathExpressionFactory; import org.w3c.dom.Document; XPathExpression expr = XPathExpressionFactory.createXPathExpression("//element"); Document doc = ...; // parse XML String result = expr.evaluateAsString(doc);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Amazon
1
Resources
spring-xml — mvn dependency:get spring-xml · libregistry