Class JaxpExamples

java.lang.Object
net.jrodolfo.java_evolution.java04.xml.JaxpExamples

public class JaxpExamples extends Object
Demonstrates JAXP XML processing, standardized in J2SE 1.4.

The parser path intentionally uses only the Java 4-era JAXP and DOM APIs. Modern XML security properties were added later and are discussed in the package documentation instead of being mixed into this historical example. The example accepts trusted in-memory XML only.