Package com.ricebridge.xmlman.in

Interface Summary
Expression Represents a full data field value expression.
Trigger Contains actions to take when a TargetPath hits a target.
 

Class Summary
Condition Defines condition attached to path part.
CoreDef Core definitions used by XML Manager.
DocContext Store parse context of XML document.
EndPoint Event point for the end of an XML tag.
ExpressionSupport Support subclass for Expression interface.
ExprWalker Walk the XPath expression data structure created by Jaxen and turn it into a list of TargetPaths.
MsgCode Messages codes for package com.ricebridge.xmlman.in
MutableStats Mutable Stats subclass used internally to update statistics values.
NameInfo Contain entire name information of XML element, including namespace details.
OutData Container for output data field value.
OutNode Node representing an XML element in the document output tree.
OutNodeState Maintain state for OutNode.
OutPath Describe an output element structure based on a TargetPath.
OutState Container for current output document state.
ParseResult Contains XPath expression parse results.
PartContext Describes parse state of path part.
PathContext Describes parse state of TargetPath.
PathPart Represents a node in search tree.
PathSpec Container class that holds the result of walking an XPath expression parse tree.
Point Interface describing an event point during XMl parsing.
PointHandler Receives event points and acts on them.
RecordTrigger Executed when a data record element end tag is matched.
SaxHandler Handle SAX events.
StartPoint Represents an event point for the start of an element tag.
SubPathManager Handle activation events of sub paths.
TargetPath Represents an XPath expression parsing plan.
TargetPathState Container class for the current parse state of a TargetPath.
TextAppender Collects all the text for a TargetPath.
TextInfo Description of the type of text to collect from an element.
TreeContext Represents position of parse state in element tree.
TreeNode Represents a point in the document node tree.
TriggerSupport Support class for the Trigger interface.
XmlInputHandler Handles XML loading and parsing operations.
XmlManagerBaseException.Code Code enumeration class for XmlManagerBaseException
XmlManagerStore This is a utility class for creating object instances used by XmlManager.
XmlManagerStoreBase This is a utility class for creating RecordListener and RecordProvider instances used by XmlManager.
XmlManNavigator XML Manager Navigator for Jaxen.
XmlOutputHandler Internal Class; handles XML saving and generation operations.
XmlResultSet Implementation of a ResultSet to present XML data.
XmlResultSetMetaData Implementation of ResultSetMetaData to present headers from XML data (if defined).
XmlTableModel Implementation of a TableModel to hold XML record data.
XmlWriter Outputs well-formed XML to an OutputStream, using a specified encoding.
XPathExpression Represents a Jaxen XPath expression.
 

Exception Summary
XmlManagerBaseException XmlManagerBaseException class.
 



Copyright © 2004-2005 Ricebridge