Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04

Uses of Interface
weblogic.xml.stream.XMLEvent

Packages that use XMLEvent
weblogic.xml.security.wsse Deprecated. Provides interfaces and classes for weblogic.xml.security.wsse
weblogic.xml.stream Deprecated. Provides XML stream support. 
weblogic.xml.stream.util Deprecated. Provides XML stream utilities support. 
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 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
 boolean ElementFilter.accept(XMLEvent element)
          Deprecated. tests whether this event is part of this stream
 void XMLOutputStream.add(XMLEvent event)
          Deprecated.  
 

Uses of XMLEvent in weblogic.xml.stream.util
 

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

Methods in weblogic.xml.stream.util with parameters of type XMLEvent
 boolean TypeFilter.accept(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.  
 void XMLInputOutputStreamBase.add(XMLEvent e)
          Deprecated.  
protected  XMLEvent PipedXMLInputStreamBase.filter(XMLEvent e)
          Deprecated.  
protected  XMLEvent XMLInputStreamFilterBase.modify(XMLEvent e)
          Deprecated.  
 void XMLInputStreamFilterBase.pushBack(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.
 


Copyright 1996, 2010, 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
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04