|
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 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
weblogic.xml.stream.util.PipedXMLInputStreamBase
Deprecated. please use java standard StAX api
public class PipedXMLInputStreamBase
This is the implementation of the interface for creating Filters on XMLInputStreams
XMLInputStream
, XMLOutputStream
, XMLInputStreamFilter
Field Summary | |
---|---|
protected boolean |
open Deprecated. |
protected XMLInputStream |
parent Deprecated. |
Method Summary | |
---|---|
void |
close() Deprecated. Closes this input stream and releases any system resources associated with the stream. |
protected XMLEvent |
filter(XMLEvent e) Deprecated. |
XMLInputStream |
getParent() Deprecated. Get the parent stream |
ReferenceResolver |
getReferenceResolver() Deprecated. Returns the reference resolver that was set for this stream, returns null if no ReferenceResolver has been set. |
XMLInputStream |
getSubStream() Deprecated. getSubStream() returns a stream which points to the entire next element in the current stream. |
boolean |
hasNext() Deprecated. Check if there are more events to pull of the stream |
XMLEvent |
next() Deprecated. Get the next XMLEvent on the stream |
XMLEvent |
peek() Deprecated. Check the next XMLEvent without reading it from the stream. |
void |
setParent(XMLInputStream parent) Deprecated. Set the parent stream |
void |
setReferenceResolver(ReferenceResolver resolver) Deprecated. Provides a way to set the ReferenceResolver of the stream, this is mostly needed for handle references to other parts of the document. |
void |
skip() Deprecated. Skip the next stream event |
boolean |
skip(int elementType) Deprecated. Position the stream at the next XMLEvent of this type. |
boolean |
skip(XMLName name) Deprecated. Position the stream at the next element of this name. |
boolean |
skip(XMLName name, int elementType) Deprecated. Position the stream at the next element of this name and this type. |
void |
skipElement() Deprecated. Skips the entire next start tag / end tag pair. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected XMLInputStream parent
protected boolean open
Method Detail |
---|
protected XMLEvent filter(XMLEvent e) throws XMLStreamException
XMLStreamException
public XMLEvent next() throws XMLStreamException
XMLInputStream
next
in interface XMLInputStream
XMLStreamException
XMLEvent
public boolean hasNext() throws XMLStreamException
XMLInputStream
hasNext
in interface XMLInputStream
XMLStreamException
XMLEvent
public void skip() throws XMLStreamException
XMLInputStream
skip
in interface XMLInputStream
XMLStreamException
public void skipElement() throws XMLStreamException
XMLInputStream
skipElement
in interface XMLInputStream
XMLStreamException
public XMLEvent peek() throws XMLStreamException
XMLInputStream
peek
in interface XMLInputStream
XMLStreamException
XMLEvent
public boolean skip(int elementType) throws XMLStreamException
XMLInputStream
skip
in interface XMLInputStream
elementType
- An integer code that indicates the element type.XMLStreamException
XMLEvent
public boolean skip(XMLName name) throws XMLStreamException
XMLInputStream
skip
in interface XMLInputStream
name
- An object that defines an XML name. If the XMLName.getNameSpaceName() method on the XMLName argument returns null the XMLName will match just the local name. Prefixes are not checked for equality.XMLStreamException
XMLName
public boolean skip(XMLName name, int elementType) throws XMLStreamException
XMLInputStream
skip
in interface XMLInputStream
name
- An object that defines an XML name. If the XMLName.getNameSpaceName() method on the XMLName argument returns null the XMLName will match just the local name. Prefixes are not checked for equality.elementType
- An integer code that indicates the element type.XMLStreamException
XMLEvent
, XMLName
public XMLInputStream getSubStream() throws XMLStreamException
XMLInputStream
getSubStream
in interface XMLInputStream
XMLStreamException
public void close() throws XMLStreamException
XMLInputStream
close
in interface XMLInputStream
XMLStreamException
public XMLInputStream getParent()
XMLInputStreamFilter
getParent
in interface XMLInputStreamFilter
XMLInputStream
public void setParent(XMLInputStream parent) throws XMLStreamException
XMLInputStreamFilter
setParent
in interface XMLInputStreamFilter
XMLStreamException
XMLInputStream
public void setReferenceResolver(ReferenceResolver resolver)
XMLInputStream
setReferenceResolver
in interface XMLInputStream
ReferenceResolver
public ReferenceResolver getReferenceResolver()
XMLInputStream
getReferenceResolver
in interface XMLInputStream
ReferenceResolver
|
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 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |