Package net.jrodolfo.java_evolution.java04.xml
package net.jrodolfo.java_evolution.java04.xml
Executable examples for JAXP/XML support in Java 4.
This historical example uses the Java 4-era parser and DOM APIs with trusted in-memory XML. XMLConstants and external-resource restrictions were added in later JDK releases, so production code should apply the modern hardening appropriate to its JDK rather than treating this example as a complete security configuration.
-
Classes