cgl.narada.matching.xpath
Class XmlEvent

java.lang.Object
  extended by cgl.narada.matching.xpath.XmlEvent

public class XmlEvent
extends Object


Constructor Summary
XmlEvent(byte[] xmlEventBytes)
           
XmlEvent(int source, Document document)
           
 
Method Summary
 byte[] getBytes()
           
 Document getDocument()
           
 int getSource()
           
static void main(String[] args)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlEvent

public XmlEvent(int source,
                Document document)

XmlEvent

public XmlEvent(byte[] xmlEventBytes)
Method Detail

getDocument

public Document getDocument()

getSource

public int getSource()

getBytes

public byte[] getBytes()

toString

public String toString()
Overrides:
toString in class Object

main

public static void main(String[] args)


For comments and suggestions please send e-mail to The NaradaBrokering Project