org.ozoneDB.xml.util
Interface XMLContainerHelper

All Superinterfaces:
org.ozoneDB.OzoneCompatibleOrProxy, org.ozoneDB.OzoneRemote
All Known Implementing Classes:
XMLContainerHelperImpl, XMLContainerHelperImpl_Proxy

public interface XMLContainerHelper
extends org.ozoneDB.OzoneRemote

The remote interface of the XMLContainerHelperImpl.

Version:
$Revision: 1.1 $ $Date: 2001/12/18 11:03:24 $
Author:
SMB
See Also:
XMLContainerHelperImpl

Method Summary
 SAXChunkConsumer beginInputSequence(org.w3c.dom.Node _pnode)
           
 SAXChunkProducer beginOutputSequence(org.w3c.dom.NodeList _pnodes, int _depth)
           
 SAXChunkProducer createNextChunk(SAXChunkProducer producer)
           
 void endInputSequence()
           
 void endOutputSequence()
           
 org.infozone.tools.xml.queries.XObject executeXPath(OzoneXPathQuery _query)
           
 void executeXUpdate(OzoneXUpdateQuery _query)
           
 org.w3c.dom.Document getDocument()
           
 SAXChunkConsumer putChunk(byte[] _chunkData, SAXChunkConsumer consumer)
           
 void setDocument(org.w3c.dom.Document _pdoc)
           
 java.lang.String xpathForNode(org.w3c.dom.Node _pnode)
           
 
Methods inherited from interface org.ozoneDB.OzoneCompatibleOrProxy
getObjectID
 

Method Detail

setDocument

public void setDocument(org.w3c.dom.Document _pdoc)

getDocument

public org.w3c.dom.Document getDocument()

beginInputSequence

public SAXChunkConsumer beginInputSequence(org.w3c.dom.Node _pnode)
                                    throws java.lang.Exception
java.lang.Exception

putChunk

public SAXChunkConsumer putChunk(byte[] _chunkData,
                                 SAXChunkConsumer consumer)
                          throws org.xml.sax.SAXException,
                                 java.io.IOException
org.xml.sax.SAXException
java.io.IOException

endInputSequence

public void endInputSequence()
                      throws java.lang.Exception
java.lang.Exception

beginOutputSequence

public SAXChunkProducer beginOutputSequence(org.w3c.dom.NodeList _pnodes,
                                            int _depth)
                                     throws java.lang.Exception
java.lang.Exception

createNextChunk

public SAXChunkProducer createNextChunk(SAXChunkProducer producer)
                                 throws org.xml.sax.SAXException
org.xml.sax.SAXException

endOutputSequence

public void endOutputSequence()
                       throws java.lang.Exception
java.lang.Exception

executeXPath

public org.infozone.tools.xml.queries.XObject executeXPath(OzoneXPathQuery _query)
                                                    throws java.lang.Exception
java.lang.Exception

executeXUpdate

public void executeXUpdate(OzoneXUpdateQuery _query)
                    throws java.lang.Exception
java.lang.Exception

xpathForNode

public java.lang.String xpathForNode(org.w3c.dom.Node _pnode)


Copyright © 2002 The Ozone Database Project - www.ozone-db.org. All Rights Reserved.