org.ozoneDB.xml.dom4j.io
Interface DocumentBuilder
- All Superinterfaces:
- org.ozoneDB.OzoneCompatibleOrProxy, org.ozoneDB.OzoneRemote
- All Known Implementing Classes:
- DocumentBuilderImpl
- public interface DocumentBuilder
- extends org.ozoneDB.OzoneRemote
$Id: DocumentBuilder.java,v 1.1 2003/04/25 08:11:51 per_nyfelt Exp $
Methods inherited from interface org.ozoneDB.OzoneCompatibleOrProxy |
getObjectID |
OBJECT_NAME
public static final java.lang.String OBJECT_NAME
- See Also:
- Constant Field Values
parse
public Document parse(java.lang.String text)
throws DocumentException
- Throws:
DocumentException
parse
public Document parse(java.lang.String text,
java.lang.String objectName)
throws DocumentException
- Throws:
DocumentException
parse
public Document parse(java.io.Reader reader)
throws DocumentException
- Throws:
DocumentException
parse
public Document parse(java.io.InputStream in)
throws DocumentException
- Throws:
DocumentException
prepareStreamParsing
public java.net.SocketAddress prepareStreamParsing()
throws java.io.IOException
- This will probably not work but something to this effect needs to exist
in order to send the stream content through the pipe over to the server
- Throws:
java.io.IOException
getResult
public Document getResult()
Copyright © 2004 The Ozone Database Project - www.ozone-db.org. All Rights Reserved.