Package com.lonniepryor.blues.xml

Implements a dynamic XML configuration parser based on XML Schema.

See:
          Description

Class Summary
GraphBuilder Handles transforming a single XML document into a graph of objects.
ValueResolver Transforms the values of attributes in an XML document into JavaBean property values.
XmlBeanHelper Helper class that extends normal JavaBean semantics with the Blues Xml XmlParser patterns.
XmlParser Responsible for loading XML Schemas and parsing application and module configurations.
 

Exception Summary
XmlException Eexception thrown by the XML api if an error occurrs during document parsing.
 

Package com.lonniepryor.blues.xml Description

Implements a dynamic XML configuration parser based on XML Schema.

Overview

This package provides the default application configuration reader for the Blues Framework. It levreges XML Schema and XML Namespaces to enable multiple, strongly validated, succint vocabularies to co-exist in the same configuration document.

The XML parser uses reflection to initalize objects capable of understanding the content of the document, keeping the specifics of the XML element stack hidden from configuration objects.



Copyright © 2003 Blues Framework. All Rights Reserved.