Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mortbay.xml: Javadoc index of package org.mortbay.xml.


Package Samples:

org.mortbay.xml

Classes:

XmlParser: XML Parser wrapper. This class wraps any standard JAXP1.1 parser with convieniant error and entity handlers and a mini dom-like document tree. By default, the parser is created as a validating parser. This can be changed by setting the "org.mortbay.xml.XmlParser.NotValidating" system property to true.
XmlConfiguration: Configure Objects from XML. This class reads an XML file conforming to the configure.dtd DTD and uses it to configure and object by calling set, put or other methods on the object.
Tests: Util meta JUnitTestHarness.
TestConfiguration: Test XmlConfiguration.
TestHarness: Util meta TestHarness.

Home | Contact Us | Privacy Policy | Terms of Service