BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.xml.stream
Interface XMLInputStreamFilter

All Superinterfaces:
XMLInputStream
All Known Implementing Classes:
PipedXMLInputStreamBase, XMLInputStreamFilterBase

Deprecated. please use java standard StAX api

public interface XMLInputStreamFilter
extends XMLInputStream

This is the top level interface for creating Filters on XMLInputStreams

Since:
XMLInputStream 1.0
See Also:
XMLInputStream, XMLOutputStream, XMLInputStreamFilterBase
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Method Summary
 XMLInputStream getParent()
          Deprecated. Get the parent stream
 void setParent(XMLInputStream parent)
          Deprecated. 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()
Deprecated. 
Get the parent stream

See Also:
XMLInputStream

setParent

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

Throws:
XMLStreamException
See Also:
XMLInputStream

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.