|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.xml.stream.util.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. |
Constructor Summary | |
PipedXMLInputStreamBase()
Deprecated. |
|
PipedXMLInputStreamBase(XMLInputStream parent)
Deprecated. |
Method Summary | |
void |
close()
Deprecated. |
protected XMLEvent |
filter(XMLEvent e)
Deprecated. |
XMLInputStream |
getParent()
Deprecated. |
ReferenceResolver |
getReferenceResolver()
Deprecated. |
XMLInputStream |
getSubStream()
Deprecated. |
boolean |
hasNext()
Deprecated. |
XMLEvent |
next()
Deprecated. |
XMLEvent |
peek()
Deprecated. |
void |
setParent(XMLInputStream parent)
Deprecated. |
void |
setReferenceResolver(ReferenceResolver resolver)
Deprecated. |
void |
skip()
Deprecated. |
boolean |
skip(int elementType)
Deprecated. |
boolean |
skip(XMLName name)
Deprecated. |
boolean |
skip(XMLName name,
int elementType)
Deprecated. |
void |
skipElement()
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected boolean open
protected XMLInputStream parent
Constructor Detail |
public PipedXMLInputStreamBase()
public PipedXMLInputStreamBase(XMLInputStream parent) throws XMLStreamException
Method Detail |
public void close() throws XMLStreamException
XMLInputStream
close
in interface XMLInputStream
XMLStreamException
protected XMLEvent filter(XMLEvent e) throws XMLStreamException
XMLStreamException
public XMLInputStream getParent()
XMLInputStreamFilter
getParent
in interface XMLInputStreamFilter
XMLInputStream
public ReferenceResolver getReferenceResolver()
XMLInputStream
getReferenceResolver
in interface XMLInputStream
ReferenceResolver
public XMLInputStream getSubStream() throws XMLStreamException
XMLInputStream
getSubStream
in interface XMLInputStream
XMLStreamException
public boolean hasNext() throws XMLStreamException
XMLInputStream
hasNext
in interface XMLInputStream
XMLStreamException
XMLEvent
public XMLEvent next() throws XMLStreamException
XMLInputStream
next
in interface XMLInputStream
XMLStreamException
XMLEvent
public XMLEvent peek() throws XMLStreamException
XMLInputStream
peek
in interface XMLInputStream
XMLStreamException
XMLEvent
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 void skip() throws XMLStreamException
XMLInputStream
skip
in interface XMLInputStream
XMLStreamException
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 void skipElement() throws XMLStreamException
XMLInputStream
skipElement
in interface XMLInputStream
XMLStreamException
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs91 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |