BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.xml.stream.util
Class XMLSubStreamBase

java.lang.Object
  |
  +--weblogic.xml.stream.util.XMLInputStreamFilterBase
        |
        +--weblogic.xml.stream.util.XMLSubStreamBase

public class XMLSubStreamBase
extends XMLInputStreamFilterBase

This implements substreams from a parent stream.

Author:
Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
See Also:
XMLInputStream, XMLOutputStream, XMLInputStreamFilter

Field Summary
protected  int endTags
           
protected  int startTags
           
 
Fields inherited from class weblogic.xml.stream.util.XMLInputStreamFilterBase
filter, open, parent
 
Constructor Summary
protected XMLSubStreamBase()
           
  XMLSubStreamBase(XMLInputStream parent)
           
  XMLSubStreamBase(XMLInputStream parent, ElementFilter filter)
           
 
Method Summary
 XMLEvent next()
           
 
Methods inherited from class weblogic.xml.stream.util.XMLInputStreamFilterBase
close, getParent, getReferenceResolver, getSubStream, hasNext, main, modify, peek, pushBack, setFilter, setParent, setReferenceResolver, skip, skip, skip, skip, skipElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startTags

protected int startTags

endTags

protected int endTags
Constructor Detail

XMLSubStreamBase

protected XMLSubStreamBase()

XMLSubStreamBase

public XMLSubStreamBase(XMLInputStream parent)
                 throws XMLStreamException

XMLSubStreamBase

public XMLSubStreamBase(XMLInputStream parent,
                        ElementFilter filter)
                 throws XMLStreamException
Method Detail

next

public XMLEvent next()
              throws XMLStreamException

Overrides:
next in class XMLInputStreamFilterBase

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