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
 

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

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.
protected  void XMLNamespaceBinder.handleStartElement(QName element, XMLAttributes attributes, Augmentations augs, boolean isEmpty)
          Handles start element.
protected  void XMLDocumentFragmentScannerImpl.scanAttribute(XMLAttributes attributes)
          Scans an attribute.
 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
protected  void XMLDTDValidator.addDTDDefaultAttrsAndValidate(QName elementName, int elementIndex, XMLAttributes attributes)
          Add default attributes and validate.
 void XMLDTDValidator.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          An empty element.
protected  boolean XMLDTDValidator.handleStartElement(QName element, XMLAttributes attributes, Augmentations augs)
          Handle element
 void XMLDTDValidator.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          The start of an element.
protected  void XMLNSDTDValidator.startNamespaceScope(QName element, XMLAttributes attributes, Augmentations augs)
          Bind namespaces
protected  void XMLDTDValidator.startNamespaceScope(QName element, XMLAttributes attributes, Augmentations augs)
           
protected  void XML11NSDTDValidator.startNamespaceScope(QName element, XMLAttributes attributes, Augmentations augs)
          Bind namespaces
 

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

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

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
 

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

Methods in org.apache.xerces.parsers with parameters of type XMLAttributes
 void AbstractXMLDocumentParser.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          An empty element.
 void AbstractDOMParser.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          An empty element.
 void AbstractSAXParser.AttributesProxy.setAttributes(XMLAttributes attributes)
          Sets the XML attributes.
 void DOMParserImpl.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.
 void AbstractSAXParser.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.
 

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 that return XMLAttributes
protected  XMLAttributes XIncludeHandler.processAttributes(XMLAttributes attributes)
          Processes the XMLAttributes object of startElement() calls.
 

Methods in org.apache.xerces.xinclude with parameters of type XMLAttributes
 void XIncludeHandler.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
           
protected  boolean XIncludeHandler.handleIncludeElement(XMLAttributes attributes)
           
protected  XMLAttributes XIncludeHandler.processAttributes(XMLAttributes attributes)
          Processes the XMLAttributes object of startElement() calls.
protected  void XIncludeHandler.processXMLBaseAttributes(XMLAttributes attributes)
          Search for a xml:base attribute, and if one is found, put the new base URI into effect.
protected  void XIncludeHandler.processXMLLangAttributes(XMLAttributes attributes)
          Search for a xml:lang attribute, and if one is found, put the new [language] into effect.
 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 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 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 XPointerHandler.resolveXPointer(QName element, XMLAttributes attributes, Augmentations augs, int event)
           
 void XPointerHandler.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          The start of an element.
 



Copyright © 2011. All Rights Reserved.