Uses of Package
com.ricebridge.xmlman.in

Packages that use com.ricebridge.xmlman.in
com.ricebridge.xmlman   
com.ricebridge.xmlman.in   
com.ricebridge.xmlman.in.test   
 

Classes in com.ricebridge.xmlman.in used by com.ricebridge.xmlman
XmlManagerBaseException
          XmlManagerBaseException class.
XmlManagerBaseException.Code
          Code enumeration class for XmlManagerBaseException
XmlManagerStore
          This is a utility class for creating object instances used by XmlManager.
XmlResultSet
          Implementation of a ResultSet to present XML data.
XmlTableModel
          Implementation of a TableModel to hold XML record data.
 

Classes in com.ricebridge.xmlman.in used by com.ricebridge.xmlman.in
Condition
          Defines condition attached to path part.
DocContext
          Store parse context of XML document.
EndPoint
          Event point for the end of an XML tag.
Expression
          Represents a full data field value expression.
ExpressionSupport
          Support subclass for Expression interface.
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.
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.
Trigger
          Contains actions to take when a TargetPath hits a target.
TriggerSupport
          Support class for the Trigger interface.
XmlInputHandler
          Handles XML loading and parsing operations.
XmlManagerBaseException
          XmlManagerBaseException class.
XmlManagerBaseException.Code
          Code enumeration class for XmlManagerBaseException
XmlManagerStoreBase
          This is a utility class for creating RecordListener and RecordProvider instances used by XmlManager.
XmlOutputHandler
          Internal Class; handles XML saving and generation operations.
XmlResultSetMetaData
          Implementation of ResultSetMetaData to present headers from XML data (if defined).
XmlWriter
          Outputs well-formed XML to an OutputStream, using a specified encoding.
 

Classes in com.ricebridge.xmlman.in used by com.ricebridge.xmlman.in.test
Expression
          Represents a full data field value expression.
ExpressionSupport
          Support subclass for Expression interface.
ExprWalker
          Walk the XPath expression data structure created by Jaxen and turn it into a list of TargetPaths.
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.
OutPath
          Describe an output element structure based on a TargetPath.
SaxHandler
          Handle SAX events.
TargetPath
          Represents an XPath expression parsing plan.
 



Copyright © 2004-2005 Ricebridge