Public Member Functions | Static Public Member Functions

org.exolab.castor.xml.util.AnyNode2SAX2 Class Reference

List of all members.

Public Member Functions

 AnyNode2SAX2 ()
 AnyNode2SAX2 (AnyNode node)
 AnyNode2SAX2 (AnyNode node, Namespaces context)
void setContentHandler (ContentHandler handler)
void start () throws org.xml.sax.SAXException

Static Public Member Functions

static void fireEvents (AnyNode node, ContentHandler handler) throws SAXException
static void fireEvents (AnyNode node, ContentHandler handler, Namespaces context) throws SAXException

Detailed Description

A class for converting an AnyNode to SAX events

Author:
Keith Visco
Arnaud Blandin
Version:
Revision:
1.1
Date:
2004/09/09 22:20:15

Constructor & Destructor Documentation

org.exolab.castor.xml.util.AnyNode2SAX2.AnyNode2SAX2 (  ) 
org.exolab.castor.xml.util.AnyNode2SAX2.AnyNode2SAX2 ( AnyNode  node  ) 

Creates a AnyNode2SAX for the given node.

org.exolab.castor.xml.util.AnyNode2SAX2.AnyNode2SAX2 ( AnyNode  node,
Namespaces  context 
)

Creates a AnyNode2SAX for the given node and the namespace context.


Member Function Documentation

static void org.exolab.castor.xml.util.AnyNode2SAX2.fireEvents ( AnyNode  node,
ContentHandler  handler 
) throws SAXException [static]
static void org.exolab.castor.xml.util.AnyNode2SAX2.fireEvents ( AnyNode  node,
ContentHandler  handler,
Namespaces  context 
) throws SAXException [static]
void org.exolab.castor.xml.util.AnyNode2SAX2.setContentHandler ( ContentHandler  handler  ) 

Set the ContentHandler to send events to

Parameters:
handler the document handler to set

Referenced by org.exolab.castor.xml.util.AnyNode2SAX2.fireEvents().

void org.exolab.castor.xml.util.AnyNode2SAX2.start (  )  throws org.xml.sax.SAXException

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties