Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

Uses of Interface
weblogic.xml.stream.StartElement

Packages that use StartElement
weblogic.xml.security.utils Provides interfaces and classes for weblogic.xml.security.utils
weblogic.xml.stream Deprecated. Provides XML stream support. 
weblogic.xml.stream.events Deprecated classes for weblogic.xml.stream.events
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 StartElement in weblogic.xml.security.utils
 

Methods in weblogic.xml.security.utils with parameters of type StartElement
protected  void XMLOutputStreamBase.setLastStart(StartElement start)
           
 

Uses of StartElement in weblogic.xml.stream
 

Methods in weblogic.xml.stream that return StartElement
static StartElement ElementFactory.createStartElement(String namespaceURI, String localName, String prefix)
          Deprecated.  
static StartElement ElementFactory.createStartElement(String namespaceUri, String localName)
          Deprecated.  
static StartElement ElementFactory.createStartElement(String localName)
          Deprecated.  
static StartElement ElementFactory.createStartElement(XMLName name)
          Deprecated.  
static StartElement ElementFactory.createStartElement(XMLName name, AttributeIterator attributes)
          Deprecated.  
static StartElement ElementFactory.createStartElement(XMLName name, AttributeIterator attributes, AttributeIterator namespaces)
          Deprecated.  
 

Uses of StartElement in weblogic.xml.stream.events
 

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

Constructors in weblogic.xml.stream.events with parameters of type StartElement
StartElementEvent(StartElement element)
          Deprecated.  
 

Uses of StartElement in weblogic.xml.xpath
 

Methods in weblogic.xml.xpath with parameters of type StartElement
 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.
 void XPathStreamObserver.observeNamespace(StartElement event, Attribute attribute)
           
 


Copyright 1996, 2013, 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.1.2)

Part Number E27170-01