|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exolab.castor.xml.util.AnyNode2SAX2
public class AnyNode2SAX2
A class for converting an AnyNode to SAX events.
| Constructor Summary | |
|---|---|
AnyNode2SAX2()
No-arg constructor. |
|
AnyNode2SAX2(AnyNode node)
Creates a AnyNode2SAX for the given node. |
|
AnyNode2SAX2(AnyNode node,
NamespacesStack namespacesStack)
Creates a AnyNode2SAX2 for the given node and the namespace context. |
|
| Method Summary | |
|---|---|
static void |
fireEvents(AnyNode node,
ContentHandler handler)
|
static void |
fireEvents(AnyNode node,
ContentHandler handler,
NamespacesStack namespacesStack)
|
void |
setContentHandler(ContentHandler handler)
Set the ContentHandler to send events to. |
void |
start()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnyNode2SAX2()
public AnyNode2SAX2(AnyNode node)
node - the AnyNode to create AnyNode2SAX2 for.
public AnyNode2SAX2(AnyNode node,
NamespacesStack namespacesStack)
node - the AnyNode to create AnyNode2SAX for.namespacesStack - a namespace context| Method Detail |
|---|
public void setContentHandler(ContentHandler handler)
handler - the document handler to set
public static void fireEvents(AnyNode node,
ContentHandler handler)
throws SAXException
SAXException
public static void fireEvents(AnyNode node,
ContentHandler handler,
NamespacesStack namespacesStack)
throws SAXException
SAXException
public void start()
throws SAXException
SAXException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||