Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02

Uses of Interface
weblogic.xml.stream.StartElement

Packages that use StartElement
weblogic.xml.stream Deprecated. Provides XML stream 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 StartElement in weblogic.xml.stream
 

Methods in weblogic.xml.stream that return StartElement
static StartElement ElementFactory.createStartElement(String localName)
          Deprecated.  
static StartElement ElementFactory.createStartElement(String namespaceUri, String localName)
          Deprecated.  
static StartElement ElementFactory.createStartElement(String namespaceURI, String localName, String prefix)
          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.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, 2011, 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
12c Release 1 (12.1.1)

Part Number E24391-02