Skip navigation links

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


Uses of Interface
weblogic.xml.stream.XMLEvent

Packages that use XMLEvent
weblogic.xml.security.utils   
weblogic.xml.security.wsse   
weblogic.xml.stream Deprecated. Provides XML stream support. 
weblogic.xml.stream.events Deprecated</> classes for weblogic.xml.stream.events
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.utils

 

Methods in weblogic.xml.security.utils with parameters of type XMLEvent
 void XMLOutputStreamBase.add(XMLEvent event)
           

 

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
abstract  XMLEvent XMLInputStream.next()
          Get the next XMLEvent on the stream
abstract  XMLEvent XMLInputStream.peek()
          Check the next XMLEvent without reading it from the stream.

 

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

 

Uses of XMLEvent in weblogic.xml.stream.events

 

Classes in weblogic.xml.stream.events that implement XMLEvent
 class ElementEvent
          Deprecated. please use java standard StAX API
 class StartElementEvent
          Deprecated. please use java standard StAX API

 

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 PipedXMLInputStreamBase.next()
          Deprecated.  
 XMLEvent XMLInputOutputStreamBase.next()
          Deprecated.  
 XMLEvent XMLInputStreamFilterBase.next()
          Deprecated.  
 XMLEvent XMLSubStreamBase.next()
          Deprecated.  
 XMLEvent PipedXMLInputStreamBase.peek()
          Deprecated.  
 XMLEvent XMLInputOutputStreamBase.peek()
          Deprecated.  
 XMLEvent XMLInputStreamFilterBase.peek()
          Deprecated.  

 

Methods in weblogic.xml.stream.util with parameters of type XMLEvent
 boolean AcceptingFilter.accept(XMLEvent e)
          Deprecated.  
 boolean NameFilter.accept(XMLEvent e)
          Deprecated.  
 boolean NameSpaceFilter.accept(XMLEvent e)
          Deprecated.  
 boolean NamespaceTypeFilter.accept(XMLEvent e)
          Deprecated.  
 boolean TypeFilter.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
abstract  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.

 


Skip navigation links

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