BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.xml.stream
Interface BufferedXMLInputStream


public interface BufferedXMLInputStream
extends XMLInputStream

Extends the XMLInputStream to allow marking and reseting of the stream.

Author:
Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
See Also:
CharacterData, ProcessingInstruction, StartElement, EndElement, CharacterData, XMLName

Method Summary
 void mark()
          Sets the marks a point to return to in the stream, throws an exception if the stream does not support mark.
 void reset()
          Resets the stream to the previous mark.
 
Methods inherited from interface weblogic.xml.stream.XMLInputStream
close, getReferenceResolver, getSubStream, hasNext, next, peek, setReferenceResolver, skip, skip, skip, skip, skipElement
 

Method Detail

mark

public void mark()
          throws XMLStreamException
Sets the marks a point to return to in the stream, throws an exception if the stream does not support mark. This is only supported in BufferedStreams


reset

public void reset()
           throws XMLStreamException
Resets the stream to the previous mark. throws an exception if the stream does not support mark;


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81