BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


Uses of Interface
weblogic.apache.xerces.xni.XMLAttributes

Packages that use XMLAttributes
weblogic.apache.xerces.dom   
weblogic.apache.xerces.impl   
weblogic.apache.xerces.impl.dtd   
weblogic.apache.xerces.impl.xs   
weblogic.apache.xerces.parsers   
weblogic.apache.xerces.util   
weblogic.apache.xerces.xni   
 

Uses of XMLAttributes in weblogic.apache.xerces.dom
 

Classes in weblogic.apache.xerces.dom that implement XMLAttributes
protected  class DOMNormalizer.XMLAttributesProxy
          Deprecated.  
 

Uses of XMLAttributes in weblogic.apache.xerces.impl
 

Methods in weblogic.apache.xerces.impl with parameters of type XMLAttributes
protected  void XMLScanner.scanAttributeValue(XMLString value, XMLString nonNormalizedValue, String atName, XMLAttributes attributes, int attrIndex, boolean checkEntities)
          Deprecated. Scans an attribute value and normalizes whitespace converting all whitespace characters to space characters.
 void XMLNamespaceBinder.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. Binds the namespaces.
 void XMLNamespaceBinder.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. An empty element.
protected  void XMLNamespaceBinder.handleStartElement(QName element, XMLAttributes attributes, Augmentations augs, boolean isEmpty)
          Deprecated. Handles start element.
protected  void XMLDocumentFragmentScannerImpl.scanAttribute(XMLAttributes attributes)
          Deprecated. Scans an attribute.
protected  void XML11DocumentScannerImpl.scanAttributeValue(XMLString value, XMLString nonNormalizedValue, String atName, XMLAttributes attributes, int attrIndex, boolean checkEntities)
          Deprecated. Scans an attribute value and normalizes whitespace converting all whitespace characters to space characters.
 

Uses of XMLAttributes in weblogic.apache.xerces.impl.dtd
 

Methods in weblogic.apache.xerces.impl.dtd with parameters of type XMLAttributes
 void XMLDTDValidator.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. The start of an element.
 void XMLDTDValidator.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. An empty element.
protected  boolean XMLDTDValidator.handleStartElement(QName element, XMLAttributes attributes)
          Deprecated. Handle element
 

Uses of XMLAttributes in weblogic.apache.xerces.impl.xs
 

Fields in weblogic.apache.xerces.impl.xs declared as XMLAttributes
protected  XMLAttributes XSDDescription.fAttributes
           
 

Methods in weblogic.apache.xerces.impl.xs that return XMLAttributes
 XMLAttributes XSDDescription.getAttributes()
          If a call is triggered by an element/attribute/xsi:type in the instance, this call returns all attribute of such element (or enclosing element).
 

Methods in weblogic.apache.xerces.impl.xs with parameters of type XMLAttributes
 void XSDDescription.setAttributes(XMLAttributes attributes)
           
 void XMLSchemaValidator.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. The start of an element.
 void XMLSchemaValidator.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. An empty element.
 

Uses of XMLAttributes in weblogic.apache.xerces.parsers
 

Fields in weblogic.apache.xerces.parsers declared as XMLAttributes
protected  XMLAttributes AbstractSAXPullParser.AttributesProxy.fAttributes
          XML attributes.
protected  XMLAttributes AbstractSAXParser.AttributesProxy.fAttributes
          XML attributes.
 

Methods in weblogic.apache.xerces.parsers with parameters of type XMLAttributes
 void AbstractXMLDocumentPullParser.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. The start of an element.
 void AbstractXMLDocumentPullParser.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. An empty element.
 void AbstractXMLDocumentParser.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. The start of an element.
 void AbstractXMLDocumentParser.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. An empty element.
 void AbstractSAXPullParser.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. The start of an element.
 void AbstractSAXPullParser.AttributesProxy.setAttributes(XMLAttributes attributes)
          Sets the XML attributes.
 void AbstractSAXParser.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. The start of an element.
 void AbstractSAXParser.AttributesProxy.setAttributes(XMLAttributes attributes)
          Sets the XML attributes.
 void AbstractDOMParser.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. The start of an element.
 void AbstractDOMParser.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. An empty element.
 

Uses of XMLAttributes in weblogic.apache.xerces.util
 

Classes in weblogic.apache.xerces.util that implement XMLAttributes
 class XMLAttributesImpl
          Deprecated. please use JDK supplied XML parsers and transformers
 

Uses of XMLAttributes in weblogic.apache.xerces.xni
 

Methods in weblogic.apache.xerces.xni with parameters of type XMLAttributes
 void XMLDocumentHandler.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. The start of an element.
 void XMLDocumentHandler.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          Deprecated. An empty element.
 void XMLDocumentFragmentHandler.startElement(QName element, XMLAttributes attributes, Augmentations augmentations)
          Deprecated. The start of an element.
 void XMLDocumentFragmentHandler.emptyElement(QName element, XMLAttributes attributes, Augmentations augmentations)
          Deprecated. An empty element.
 


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