Package org.iscreen.impl.xml

This package contains the XML-specific parsing and implementation details associated with that parsing.

See:
          Description

Class Summary
PositionContext Instances of this class track the position within a "stack" (such as an XML hierarchy) and is used for error messages, giving the user as much information about where the error occurred as possible.
XmlConfigConstraint  
XmlConfigDoc This is used by the XML parser to represent a doc tag (documentation).
XmlConfigFailure  
XmlConfigLabel A label represents the "name" of a particular validator.
XmlConfigMapping  
XmlConfigMessage  
XmlFailureMessage  
XmlParser Parses XML configuration files.
XmlServiceFactory This is a base class used by the parser for registering configuration events with a ValidationFactory.
 

Exception Summary
XmlConfigurationException This runtime exception is specifically for XML configuration issues.
 

Package org.iscreen.impl.xml Description

This package contains the XML-specific parsing and implementation details associated with that parsing. Typically, an application developer does not need to deal with these classes directly.