BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


Uses of Interface
weblogic.xml.stream.XMLEvent

Packages that use XMLEvent
weblogic.xml.security.wsse   
weblogic.xml.stream   
weblogic.xml.stream.util   
weblogic.xml.xpath This package contains all of the classes required to perform XPath matching against a document represented as a DOM, XMLNode, or against an XMLInputStream. 
 

Uses of XMLEvent in weblogic.xml.security.wsse
 

Methods in weblogic.xml.security.wsse that return XMLEvent
 XMLEvent SecureSoapInputStream.next()
          Deprecated.  
 

Methods in weblogic.xml.security.wsse with parameters of type XMLEvent
protected  void SecureSoapOutputStream.addXMLEvent(XMLEvent event)
          Deprecated.  
 

Uses of XMLEvent in weblogic.xml.stream
 

Subinterfaces of XMLEvent in weblogic.xml.stream
 interface ChangePrefixMapping
          Deprecated. please use java standard StAX api
 interface CharacterData
          Deprecated. please use java standard StAX api
 interface Comment
          Deprecated. please use java standard StAX api
 interface EndDocument
          Deprecated. please use java standard StAX api
 interface EndElement
          Deprecated. please use java standard StAX api
 interface EndPrefixMapping
          Deprecated. please use java standard StAX api
 interface EntityReference
          Deprecated. please use java standard StAX api
 interface ProcessingInstruction
          Deprecated. please use java standard StAX api
 interface Space
          Deprecated. please use java standard StAX api
 interface StartDocument
          Deprecated. please use java standard StAX api
 interface StartElement
          Deprecated. please use java standard StAX api
 interface StartPrefixMapping
          Deprecated. please use java standard StAX api
 

Methods in weblogic.xml.stream that return XMLEvent
 XMLEvent XMLInputStream.next()
          Deprecated. Get the next XMLEvent on the stream
 XMLEvent XMLInputStream.peek()
          Deprecated. Check the next XMLEvent without reading it from the stream.
 

Methods in weblogic.xml.stream with parameters of type XMLEvent
 void XMLOutputStream.add(XMLEvent event)
          Deprecated.  
 boolean ElementFilter.accept(XMLEvent element)
          Deprecated. tests whether this event is part of this stream
 

Uses of XMLEvent in weblogic.xml.stream.util
 

Methods in weblogic.xml.stream.util that return XMLEvent
 XMLEvent XMLSubStreamBase.next()
          Deprecated.  
protected  XMLEvent XMLInputStreamFilterBase.modify(XMLEvent e)
          Deprecated.  
 XMLEvent XMLInputStreamFilterBase.next()
          Deprecated.  
 XMLEvent XMLInputStreamFilterBase.peek()
          Deprecated.  
 XMLEvent XMLInputOutputStreamBase.next()
          Deprecated.  
 XMLEvent XMLInputOutputStreamBase.peek()
          Deprecated.  
protected  XMLEvent PipedXMLInputStreamBase.filter(XMLEvent e)
          Deprecated.  
 XMLEvent PipedXMLInputStreamBase.next()
          Deprecated.  
 XMLEvent PipedXMLInputStreamBase.peek()
          Deprecated.  
 

Methods in weblogic.xml.stream.util with parameters of type XMLEvent
protected  XMLEvent XMLInputStreamFilterBase.modify(XMLEvent e)
          Deprecated.  
 void XMLInputStreamFilterBase.pushBack(XMLEvent e)
          Deprecated.  
 void XMLInputOutputStreamBase.add(XMLEvent e)
          Deprecated.  
 boolean TypeFilter.accept(XMLEvent e)
          Deprecated.  
protected  XMLEvent PipedXMLInputStreamBase.filter(XMLEvent e)
          Deprecated.  
 boolean NamespaceTypeFilter.accept(XMLEvent e)
          Deprecated.  
 boolean NameSpaceFilter.accept(XMLEvent e)
          Deprecated.  
 boolean NameFilter.accept(XMLEvent e)
          Deprecated.  
 boolean AcceptingFilter.accept(XMLEvent e)
          Deprecated.  
 

Uses of XMLEvent in weblogic.xml.xpath
 

Methods in weblogic.xml.xpath with parameters of type XMLEvent
 void XPathStreamObserver.observe(XMLEvent event)
          Handles notification when an XMLEvent is encountered on the stream which represents a matching node that is not an attribute or namespace node.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.