Registry / utility / ws-commons-util

ws-commons-util

JSON →
library1.0.1javamavenunverified

A small collection of utility classes for high performance XML processing based on SAX, without dependency on javax.xml.transform.

<dependency> <groupId>org.apache.ws.commons</groupId> <artifactId>ws-commons-util</artifactId> <version>1.0.1</version> </dependency>
INSTALL
IMPORT
SIG · WS-COMMONS-UTIL
W
ws-commons-util
utilityjavav1.0.1
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.

XMLUtils
org.apache.ws.commons.util.XMLUtils

Parses an XML string using the utility class.

import org.apache.ws.commons.util.XMLUtils; String xml = "<root><element>value</element></root>"; System.out.println(XMLUtils.parse(xml).getDocumentElement().getNodeName());
Debug
Known issues
gotchaVersion 1.0.1 is quite old and may have compatibility issues with newer Java versions.
fix
Consider using a more recent version if available, or check for updates in the Apache WS Commons project.
affects: <=1.0.1
Upgrade
Version history
1.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
ws-commons-util — mvn dependency:get ws-commons-util · libregistry