Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.xml.stream.util
Class XMLSubStreamBase

java.lang.Object
  extended by weblogic.xml.stream.util.XMLInputStreamFilterBase
      extended by weblogic.xml.stream.util.XMLSubStreamBase

All Implemented Interfaces:
XMLInputStream, XMLInputStreamFilter

Deprecated. please use java standard StAX api

public class XMLSubStreamBase
extends XMLInputStreamFilterBase

This implements substreams from a parent stream.

Since:
XMLInputStream 1.0
See Also:
XMLInputStream, XMLOutputStream, XMLInputStreamFilter

Field Summary
protected  int endTags
          Deprecated.  
protected  int startTags
          Deprecated.  

 

Fields inherited from class weblogic.xml.stream.util.XMLInputStreamFilterBase
filter, open, parent

 

Method Summary
 XMLEvent next()
          Deprecated. Get the next XMLEvent on the stream

 

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
Deprecated. 

endTags

protected int endTags
Deprecated. 

Method Detail

next

public XMLEvent next()
              throws XMLStreamException
Deprecated. 
Description copied from interface: XMLInputStream
Get the next XMLEvent on the stream
Specified by:
next in interface XMLInputStream
Overrides:
next in class XMLInputStreamFilterBase
Throws:
XMLStreamException
See Also:
XMLEvent

Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09