BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


Uses of Interface
weblogic.xml.stream.Attribute

Packages that use Attribute
weblogic.jdbc.rowset   
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   
weblogic.xml.stream.util   
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.jdbc.rowset
 

Fields in weblogic.jdbc.rowset declared as Attribute
static Attribute XMLSchemaConstants.ATTRIBUTE_FORM_DEFAULT_ATTR
           
static Attribute XMLSchemaConstants.ELEMENT_FORM_DEFAULT_ATTR
           
static Attribute XMLSchemaConstants.ISREADONLY_ATTR
           
static Attribute XMLSchemaConstants.ISROWSET_ATTR
           
static Attribute XMLSchemaConstants.NIL_ATTR
           
static Attribute XMLSchemaConstants.SCHEMA_INSTANCE_NAMESPACE
           
static Attribute XMLSchemaConstants.SCHEMA_NAMESPACE
           
static Attribute XMLSchemaConstants.WLDATA_NAMESPACE
           
 

Uses of Attribute in weblogic.webservice.encoding
 

Methods in weblogic.webservice.encoding with parameters of type Attribute
 Object SOAPElementCodec.deserialize(XMLName name, Attribute att, weblogic.xml.schema.binding.DeserializationContext context)
          Deprecated.  
 Object AttachmentCodec.deserialize(XMLName name, Attribute att, weblogic.xml.schema.binding.DeserializationContext context)
          Deprecated.  
 

Uses of Attribute in weblogic.xml.schema.binding
 

Methods in weblogic.xml.schema.binding that return Attribute
 Attribute EmptyAttributeIterator.next()
           
 Attribute EmptyAttributeIterator.peek()
           
protected static Attribute CodecBase.createIdAttribute(String id)
          creates an attribute that for given id
protected static Attribute CodecBase.createRefAttribute(String id)
          creates an attribute that has a ref to given id
 

Methods in weblogic.xml.schema.binding with parameters of type Attribute
 Object SoapArrayCodecBase.deserialize(XMLName name, Attribute att, weblogic.xml.schema.binding.DeserializationContext context)
           
 Object SequenceCodecBase.deserialize(XMLName name, Attribute att, weblogic.xml.schema.binding.DeserializationContext context)
           
static Object RuntimeUtils.invoke_deserializer(XMLName name, XMLName type, weblogic.xml.schema.binding.SchemaContext schema_ctx, Attribute att, weblogic.xml.schema.binding.DeserializationContext context)
           
static Object RuntimeUtils.invoke_deserializer(XMLName name, Attribute att, weblogic.xml.schema.binding.DeserializationContext context, weblogic.xml.schema.binding.TypeMappingEntry entry)
           
 Object Deserializer.deserialize(XMLName name, Attribute att, weblogic.xml.schema.binding.DeserializationContext context)
          Take an XML instance, create and populate the corresponding Object.
 Object CodecBase.deserialize(XMLName name, Attribute att, weblogic.xml.schema.binding.DeserializationContext context)
           
protected  void BeanCodecBase.processAttribute(Object obj, int prop_idx, Attribute att, weblogic.xml.schema.binding.DeserializationContext context)
           
 

Uses of Attribute in weblogic.xml.stream
 

Methods in weblogic.xml.stream that return Attribute
 Attribute StartElement.getAttributeByName(XMLName name)
          Deprecated. Returns the attribute referred to by this name
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, String type)
          Deprecated.  
static Attribute ElementFactory.createAttribute(XMLName name, String value)
          Deprecated.  
static Attribute ElementFactory.createNamespaceAttribute(String prefix, String namespaceUri)
          Deprecated.  
 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)
           
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.