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.Attribute

Packages that use Attribute
weblogic.xml.schema.binding   
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 Attribute in weblogic.xml.schema.binding

 

Methods in weblogic.xml.schema.binding with parameters of type Attribute
abstract  Object Deserializer.deserialize(XMLName name, Attribute att, DeserializationContext context)
          Take an XML instance, create and populate the corresponding Object.

 

Uses of Attribute in weblogic.xml.stream

 

Methods in weblogic.xml.stream that return Attribute
abstract  Attribute StartElement.getAttributeByName(XMLName name)
          Deprecated. Returns the attribute referred to by this name
abstract  Attribute AttributeIterator.next()
          Deprecated. Get the next Attribute on the stream
abstract  Attribute AttributeIterator.peek()
          Deprecated. Return the next element on the stream without shifting it

 

Uses of Attribute in weblogic.xml.stream.events

 

Methods in weblogic.xml.stream.events that return Attribute
 Attribute StartElementEvent.getAttributeByName(XMLName name)
          Deprecated.  

 

Methods in weblogic.xml.stream.events with parameters of type Attribute
 void StartElementEvent.addAttribute(Attribute attribute)
          Deprecated.  
 void StartElementEvent.addNamespace(Attribute attribute)
          Deprecated.  

 

Uses of Attribute in weblogic.xml.stream.util

 

Methods in weblogic.xml.stream.util with parameters of type Attribute
 void XMLInputOutputStreamBase.add(Attribute attribute)
          Deprecated. This method is only supported if the last element was a start element.

 

Uses of Attribute in weblogic.xml.xpath

 

Methods in weblogic.xml.xpath with parameters of type Attribute
abstract  void XPathStreamObserver.observeAttribute(StartElement event, Attribute attribute)
          Handles notification when an XMLEvent is encountered on the stream which contains an attribute meets the criteria with which the observer was installed in the XPathStreamFactory.
abstract  void XPathStreamObserver.observeNamespace(StartElement event, Attribute attribute)
           

 


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