|
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 XMLInputStreamXMLStreamException
protected XMLEvent filter(XMLEvent e)
throws XMLStreamException
XMLStreamExceptionpublic XMLInputStream getParent()
XMLInputStreamFilter
getParent in interface XMLInputStreamFilterXMLInputStreampublic ReferenceResolver getReferenceResolver()
XMLInputStream
getReferenceResolver in interface XMLInputStreamReferenceResolver
public XMLInputStream getSubStream()
throws XMLStreamException
XMLInputStream
getSubStream in interface XMLInputStreamXMLStreamException
public boolean hasNext()
throws XMLStreamException
XMLInputStream
hasNext in interface XMLInputStreamXMLStreamExceptionXMLEvent
public XMLEvent next()
throws XMLStreamException
XMLInputStream
next in interface XMLInputStreamXMLStreamExceptionXMLEvent
public XMLEvent peek()
throws XMLStreamException
XMLInputStream
peek in interface XMLInputStreamXMLStreamExceptionXMLEvent
public void setParent(XMLInputStream parent)
throws XMLStreamException
XMLInputStreamFilter
setParent in interface XMLInputStreamFilterXMLStreamExceptionXMLInputStreampublic void setReferenceResolver(ReferenceResolver resolver)
XMLInputStream
setReferenceResolver in interface XMLInputStreamReferenceResolver
public void skip()
throws XMLStreamException
XMLInputStream
skip in interface XMLInputStreamXMLStreamException
public boolean skip(int elementType)
throws XMLStreamException
XMLInputStream
skip in interface XMLInputStreamelementType - An integer code that indicates the element type.
XMLStreamExceptionXMLEvent
public boolean skip(XMLName name)
throws XMLStreamException
XMLInputStream
skip in interface XMLInputStreamname - 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.
XMLStreamExceptionXMLName
public boolean skip(XMLName name,
int elementType)
throws XMLStreamException
XMLInputStream
skip in interface XMLInputStreamname - 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.
XMLStreamExceptionXMLEvent,
XMLName
public void skipElement()
throws XMLStreamException
XMLInputStream
skipElement in interface XMLInputStreamXMLStreamException
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||