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

Packages that use XMLAttributes
org.apache.xerces.dom   
org.apache.xerces.impl   
org.apache.xerces.impl.dtd   
org.apache.xerces.impl.xs   
org.apache.xerces.impl.xs.identity   
org.apache.xerces.impl.xs.opti   
org.apache.xerces.parsers   
org.apache.xerces.util   
org.apache.xerces.xinclude   
org.apache.xerces.xni   
org.apache.xerces.xni.grammars   
org.apache.xerces.xpointer   
 

Uses of XMLAttributes in org.apache.xerces.dom
 

Methods in org.apache.xerces.dom with parameters of type XMLAttributes
 void DOMNormalizer.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          An empty element.
 void DOMNormalizer.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          The start of an element.
 

Uses of XMLAttributes in org.apache.xerces.impl
 

Methods in org.apache.xerces.impl with parameters of type XMLAttributes
 void XMLNamespaceBinder.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          An empty element.
 void XMLNamespaceBinder.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          Binds the namespaces.
 

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

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

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

Methods in org.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 org.apache.xerces.impl.xs with parameters of type XMLAttributes
 void XMLSchemaValidator.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          An empty element.
 void XSDDescription.setAttributes(XMLAttributes attributes)
           
 void XMLSchemaValidator.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          The start of an element.
 

Uses of XMLAttributes in org.apache.xerces.impl.xs.identity
 

Methods in org.apache.xerces.impl.xs.identity with parameters of type XMLAttributes
 void XPathMatcher.startElement(QName element, XMLAttributes attributes)
          The start of an element.
 void Selector.Matcher.startElement(QName element, XMLAttributes attributes)
          The start of an element.
 

Uses of XMLAttributes in org.apache.xerces.impl.xs.opti
 

Methods in org.apache.xerces.impl.xs.opti with parameters of type XMLAttributes
 void SchemaDOMParser.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          An empty element.
 void DefaultXMLDocumentHandler.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          An empty element.
 ElementImpl SchemaDOM.emptyElement(QName element, XMLAttributes attributes, int line, int column)
           
 ElementImpl SchemaDOM.emptyElement(QName element, XMLAttributes attributes, int line, int column, int offset)
           
 void SchemaDOMParser.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          The start of an element.
 void DefaultXMLDocumentHandler.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          The start of an element.
 ElementImpl SchemaDOM.startElement(QName element, XMLAttributes attributes, int line, int column)
           
 ElementImpl SchemaDOM.startElement(QName element, XMLAttributes attributes, int line, int column, int offset)
           
 

Uses of XMLAttributes in org.apache.xerces.parsers
 

Methods in org.apache.xerces.parsers with parameters of type XMLAttributes
 void AbstractDOMParser.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          An empty element.
 void AbstractXMLDocumentParser.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          An empty element.
 void DOMParserImpl.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          The start of an element.
 void AbstractDOMParser.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          The start of an element.
 void AbstractSAXParser.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          The start of an element.
 void AbstractXMLDocumentParser.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          The start of an element.
 

Uses of XMLAttributes in org.apache.xerces.util
 

Classes in org.apache.xerces.util that implement XMLAttributes
 class XMLAttributesImpl
          The XMLAttributesImpl class is an implementation of the XMLAttributes interface which defines a collection of attributes for an element.
 

Methods in org.apache.xerces.util that return XMLAttributes
 XMLAttributes AttributesProxy.getAttributes()
           
 

Methods in org.apache.xerces.util with parameters of type XMLAttributes
 void AttributesProxy.setAttributes(XMLAttributes attributes)
          Sets the XML attributes to be wrapped.
 

Constructors in org.apache.xerces.util with parameters of type XMLAttributes
AttributesProxy(XMLAttributes attributes)
           
 

Uses of XMLAttributes in org.apache.xerces.xinclude
 

Methods in org.apache.xerces.xinclude with parameters of type XMLAttributes
 void XIncludeHandler.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
           
 void XIncludeHandler.startElement(QName element, XMLAttributes attributes, Augmentations augs)
           
 

Uses of XMLAttributes in org.apache.xerces.xni
 

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

Uses of XMLAttributes in org.apache.xerces.xni.grammars
 

Methods in org.apache.xerces.xni.grammars that return XMLAttributes
 XMLAttributes XMLSchemaDescription.getAttributes()
          If a call is triggered by an element/attribute/xsi:type in the instance, this call returns all attributes of such an element (or enclosing element).
 

Uses of XMLAttributes in org.apache.xerces.xpointer
 

Methods in org.apache.xerces.xpointer with parameters of type XMLAttributes
 void XPointerHandler.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          An empty element.
 boolean XPointerPart.resolveXPointer(QName element, XMLAttributes attributes, Augmentations augs, int event)
          Evaluates an XML resource with respect to an XPointer expressions by checking if it's element and attributes parameters match the criteria specified in the xpointer expression.
 boolean XPointerProcessor.resolveXPointer(QName element, XMLAttributes attributes, Augmentations augs, int event)
          Evaluates an XML resource with respect to an XPointer expressions by checking if it's element and attributes parameters match the criteria specified in the xpointer expression.
 boolean XPointerHandler.resolveXPointer(QName element, XMLAttributes attributes, Augmentations augs, int event)
           
 void XPointerHandler.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          The start of an element.