|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.5) Part Number E13941-05 |
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use Attribute | |
---|---|
weblogic.webservice.encoding | Deprecated. Provides classes for weblogic.webservice.encoding. |
weblogic.xml.schema.binding | Provides a framework for defining a data binding between XML Schema types and Java types. |
weblogic.xml.stream | Deprecated. Provides XML stream support. |
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.webservice.encoding |
---|
Methods in weblogic.webservice.encoding with parameters of type Attribute | |
---|---|
Object |
SOAPElementCodec.deserialize(XMLName name,
Attribute att,
DeserializationContext context)
Deprecated. |
Object |
AttachmentCodec.deserialize(XMLName name,
Attribute att,
DeserializationContext context)
Deprecated. |
Uses of Attribute in weblogic.xml.schema.binding |
---|
Methods in weblogic.xml.schema.binding with parameters of type Attribute | |
---|---|
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 | |
---|---|
static Attribute |
ElementFactory.createAttribute(String localName,
String value)
Deprecated. |
static Attribute |
ElementFactory.createAttribute(String namespaceUri,
String localName,
String value)
Deprecated. |
static Attribute |
ElementFactory.createAttribute(XMLName name,
String value)
Deprecated. |
static Attribute |
ElementFactory.createAttribute(XMLName name,
String value,
String type)
Deprecated. |
static Attribute |
ElementFactory.createNamespaceAttribute(String prefix,
String namespaceUri)
Deprecated. |
Attribute |
StartElement.getAttributeByName(XMLName name)
Deprecated. Returns the attribute referred to by this name |
Attribute |
AttributeIterator.next()
Deprecated. Get the next Attribute on the stream |
Attribute |
AttributeIterator.peek()
Deprecated. Return the next element on the stream without shifting it |
Methods in weblogic.xml.stream with parameters of type Attribute | |
---|---|
void |
XMLOutputStream.add(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 | |
---|---|
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 11g Release 1 (10.3.5) Part Number E13941-05 |
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |