BEA Systems, Inc.


weblogic.xml.stream
Interface XMLInputStreamFilter

All Known Implementing Classes:
PipedXMLInputStreamBase, XMLInputStreamFilterBase

public interface XMLInputStreamFilter
extends XMLInputStream

This is the top level interface for creating Filters on XMLInputStreams

Version:
1.0
See Also:
XMLInputStream, XMLOutputStream, XMLInputStreamFilterBase

Method Summary
 XMLInputStream getParent()
          Get the parent stream
 void setParent(XMLInputStream parent)
          Set the parent stream
 
Methods inherited from interface weblogic.xml.stream.XMLInputStream
close, getReferenceResolver, getSubStream, hasNext, next, peek, setReferenceResolver, skip, skip, skip, skip, skipElement
 

Method Detail

getParent

public XMLInputStream getParent()
Get the parent stream

See Also:
XMLInputStream

setParent

public void setParent(XMLInputStream parent)
               throws XMLStreamException
Set the parent stream

See Also:
XMLInputStream

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

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference