Package com.samskivert.xml

Provides XML related services.

See:
          Description

Interface Summary
SetPropertyFieldsRule.FieldParser Used to supplied custom code to parse a property.
ValidatedSetNextRule.Validator An implementor if this interface will be used to determine whether the object on the top of the stack is valid before it is "set next"ed.
 

Class Summary
CallMethodSpecialRule Parses the bodies of elements and sets the value on the top object on the stack using a special parser/setter interface.
CheckVersionRule Used to compare a file format version number in an XML file with the one compiled into the parsing code.
SetFieldRule Sets a field in the object on the top of the stack with a value parsed from the body of an element.
SetNextFieldRule Like the SetNextRule except that the object on the top of the stack is placed into a field of the penultimate object.
SetPropertyFieldsRule Sets the fields in the object on the top of the stack from the attributes available in the matched element.
SimpleParser The simple parser class provides an extensible object that is intended to simplify the task of writing an object to parse a particular XML file.
ValidatedSetNextRule Like the SetNextRule except that the object on the top of the stack is validated before the set next method is called.
XMLUtil The XMLUtil class provides a simplified interface for XML parsing.
 

Package com.samskivert.xml Description

Provides XML related services.



Copyright © 2012. All Rights Reserved.