|
Oracle | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs103 Copyright 1996,2008, 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. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |