public class

XMLSample

extends Object
java.lang.Object
   ↳ org.apache.log4j.xml.examples.XMLSample

Class Overview

This example code shows how to read an XML based configuration file using a DOM parser.

Sample XML files sample1.xml and sample2.xml are provided.

Note that the log4j.dtd is not in the local directory. It is found by the class loader.

Summary

Public Constructors
XMLSample()
Public Methods
static void main(String[] argv)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public XMLSample ()

Public Methods

public static void main (String[] argv)