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

Packages that use Augmentations
org.apache.xerces.dom   
org.apache.xerces.impl   
org.apache.xerces.impl.dtd   
org.apache.xerces.impl.xs   
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.xpointer   
 

Uses of Augmentations in org.apache.xerces.dom
 

Methods in org.apache.xerces.dom with parameters of type Augmentations
 void DOMNormalizer.characters(XMLString text, Augmentations augs)
          Character content.
 void DOMNormalizer.comment(XMLString text, Augmentations augs)
          A comment.
 void DOMNormalizer.doctypeDecl(java.lang.String rootElement, java.lang.String publicId, java.lang.String systemId, Augmentations augs)
          Notifies of the presence of the DOCTYPE line in the document.
 void DOMNormalizer.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          An empty element.
 void DOMNormalizer.endCDATA(Augmentations augs)
          The end of a CDATA section.
 void DOMNormalizer.endDocument(Augmentations augs)
          The end of the document.
 void DOMNormalizer.endElement(QName element, Augmentations augs)
          The end of an element.
 void DOMNormalizer.endGeneralEntity(java.lang.String name, Augmentations augs)
          This method notifies the end of a general entity.
 void DOMNormalizer.ignorableWhitespace(XMLString text, Augmentations augs)
          Ignorable whitespace.
 void DOMNormalizer.processingInstruction(java.lang.String target, XMLString data, Augmentations augs)
          A processing instruction.
 void DOMNormalizer.startCDATA(Augmentations augs)
          The start of a CDATA section.
 void DOMNormalizer.startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext namespaceContext, Augmentations augs)
          The start of the document.
 void DOMNormalizer.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          The start of an element.
 void DOMNormalizer.startGeneralEntity(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String encoding, Augmentations augs)
          This method notifies the start of a general entity.
 void DOMNormalizer.textDecl(java.lang.String version, java.lang.String encoding, Augmentations augs)
          Notifies of the presence of a TextDecl line in an entity.
 void DOMNormalizer.xmlDecl(java.lang.String version, java.lang.String encoding, java.lang.String standalone, Augmentations augs)
          Notifies of the presence of an XMLDecl line in the document.
 

Uses of Augmentations in org.apache.xerces.impl
 

Methods in org.apache.xerces.impl with parameters of type Augmentations
 boolean RevalidationHandler.characterData(java.lang.String data, Augmentations augs)
          Character content.
 void XMLNamespaceBinder.characters(XMLString text, Augmentations augs)
          Character content.
 void XMLNamespaceBinder.comment(XMLString text, Augmentations augs)
          A comment.
 void XMLNamespaceBinder.doctypeDecl(java.lang.String rootElement, java.lang.String publicId, java.lang.String systemId, Augmentations augs)
          Notifies of the presence of the DOCTYPE line in the document.
 void XMLNamespaceBinder.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          An empty element.
 void XMLNamespaceBinder.endCDATA(Augmentations augs)
          The end of a CDATA section.
 void XMLNamespaceBinder.endDocument(Augmentations augs)
          The end of the document.
 void XMLNamespaceBinder.endElement(QName element, Augmentations augs)
          The end of an element.
 void XMLDTDScannerImpl.endEntity(java.lang.String name, Augmentations augs)
          This method notifies the end of an entity.
 void XMLDocumentFragmentScannerImpl.endEntity(java.lang.String name, Augmentations augs)
          This method notifies the end of an entity.
 void XMLEntityHandler.endEntity(java.lang.String name, Augmentations augs)
          This method notifies the end of an entity.
 void XMLScanner.endEntity(java.lang.String name, Augmentations augs)
          This method notifies the end of an entity.
 void XMLDocumentScannerImpl.endEntity(java.lang.String name, Augmentations augs)
          This method notifies the end of an entity.
 void XMLNamespaceBinder.endGeneralEntity(java.lang.String name, Augmentations augs)
          This method notifies the end of a general entity.
 void XMLNamespaceBinder.ignorableWhitespace(XMLString text, Augmentations augs)
          Ignorable whitespace.
 void XMLNamespaceBinder.processingInstruction(java.lang.String target, XMLString data, Augmentations augs)
          A processing instruction.
 void XMLNamespaceBinder.startCDATA(Augmentations augs)
          The start of a CDATA section.
 void XMLNamespaceBinder.startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext namespaceContext, Augmentations augs)
          The start of the document.
 void XMLNamespaceBinder.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          Binds the namespaces.
 void XMLDTDScannerImpl.startEntity(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String encoding, Augmentations augs)
          This method notifies of the start of an entity.
 void XMLDocumentFragmentScannerImpl.startEntity(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String encoding, Augmentations augs)
          This method notifies of the start of an entity.
 void XMLEntityHandler.startEntity(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String encoding, Augmentations augs)
          This method notifies of the start of an entity.
 void XMLScanner.startEntity(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String encoding, Augmentations augs)
          This method notifies of the start of an entity.
 void XMLDocumentScannerImpl.startEntity(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String encoding, Augmentations augs)
          This method notifies of the start of an entity.
 void XMLNamespaceBinder.startGeneralEntity(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String encoding, Augmentations augs)
          This method notifies the start of a general entity.
 void XMLNamespaceBinder.textDecl(java.lang.String version, java.lang.String encoding, Augmentations augs)
          Notifies of the presence of a TextDecl line in an entity.
 void XMLNamespaceBinder.xmlDecl(java.lang.String version, java.lang.String encoding, java.lang.String standalone, Augmentations augs)
          Notifies of the presence of an XMLDecl line in the document.
 

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

Methods in org.apache.xerces.impl.dtd with parameters of type Augmentations
 void DTDGrammar.any(Augmentations augs)
          A content model of ANY.
 void XMLDTDProcessor.any(Augmentations augs)
          A content model of ANY.
 void DTDGrammar.attributeDecl(java.lang.String elementName, java.lang.String attributeName, java.lang.String type, java.lang.String[] enumeration, java.lang.String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs)
          An attribute declaration.
 void XMLDTDProcessor.attributeDecl(java.lang.String elementName, java.lang.String attributeName, java.lang.String type, java.lang.String[] enumeration, java.lang.String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs)
          An attribute declaration.
 boolean XMLDTDValidator.characterData(java.lang.String data, Augmentations augs)
           
 void XMLDTDValidator.characters(XMLString text, Augmentations augs)
          Character content.
 void XMLDTDValidator.comment(XMLString text, Augmentations augs)
          A comment.
 void DTDGrammar.comment(XMLString text, Augmentations augs)
          A comment.
 void XMLDTDProcessor.comment(XMLString text, Augmentations augs)
          A comment.
 void XMLDTDValidator.doctypeDecl(java.lang.String rootElement, java.lang.String publicId, java.lang.String systemId, Augmentations augs)
          Notifies of the presence of the DOCTYPE line in the document.
 void DTDGrammar.element(java.lang.String elementName, Augmentations augs)
          A referenced element in a mixed or children content model.
 void XMLDTDProcessor.element(java.lang.String elementName, Augmentations augs)
          A referenced element in a mixed or children content model.
 void DTDGrammar.elementDecl(java.lang.String name, java.lang.String contentModel, Augmentations augs)
          An element declaration.
 void XMLDTDProcessor.elementDecl(java.lang.String name, java.lang.String contentModel, Augmentations augs)
          An element declaration.
 void DTDGrammar.empty(Augmentations augs)
          A content model of EMPTY.
 void XMLDTDProcessor.empty(Augmentations augs)
          A content model of EMPTY.
 void XMLDTDValidator.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          An empty element.
 void DTDGrammar.endAttlist(Augmentations augs)
          The end of an attribute list.
 void XMLDTDProcessor.endAttlist(Augmentations augs)
          The end of an attribute list.
 void XMLDTDValidator.endCDATA(Augmentations augs)
          The end of a CDATA section.
 void DTDGrammar.endConditional(Augmentations augs)
          The end of a conditional section.
 void XMLDTDProcessor.endConditional(Augmentations augs)
          The end of a conditional section.
 void DTDGrammar.endContentModel(Augmentations augs)
          The end of a content model.
 void XMLDTDProcessor.endContentModel(Augmentations augs)
          The end of a content model.
 void XMLDTDValidator.endDocument(Augmentations augs)
          The end of the document.
 void DTDGrammar.endDTD(Augmentations augs)
          The end of the DTD.
 void XMLDTDProcessor.endDTD(Augmentations augs)
          The end of the DTD.
 void XMLDTDValidator.endElement(QName element, Augmentations augs)
          The end of an element.
 void DTDGrammar.endExternalSubset(Augmentations augs)
          The end of the DTD external subset.
 void XMLDTDProcessor.endExternalSubset(Augmentations augs)
          The end of the DTD external subset.
 void XMLDTDValidator.endGeneralEntity(java.lang.String name, Augmentations augs)
          This method notifies the end of a general entity.
 void DTDGrammar.endGroup(Augmentations augs)
          The end of a group for mixed or children content models.
 void XMLDTDProcessor.endGroup(Augmentations augs)
          The end of a group for mixed or children content models.
 void DTDGrammar.endParameterEntity(java.lang.String name, Augmentations augs)
          This method notifies the end of an entity.
 void XMLDTDProcessor.endParameterEntity(java.lang.String name, Augmentations augs)
          This method notifies the end of a parameter entity.
 void DTDGrammar.externalEntityDecl(java.lang.String name, XMLResourceIdentifier identifier, Augmentations augs)
          An external entity declaration.
 void XMLDTDProcessor.externalEntityDecl(java.lang.String name, XMLResourceIdentifier identifier, Augmentations augs)
          An external entity declaration.
 void XMLDTDValidator.ignorableWhitespace(XMLString text, Augmentations augs)
          Ignorable whitespace.
 void DTDGrammar.ignoredCharacters(XMLString text, Augmentations augs)
          Characters within an IGNORE conditional section.
 void XMLDTDProcessor.ignoredCharacters(XMLString text, Augmentations augs)
          Characters within an IGNORE conditional section.
 void DTDGrammar.internalEntityDecl(java.lang.String name, XMLString text, XMLString nonNormalizedText, Augmentations augs)
          An internal entity declaration.
 void XMLDTDProcessor.internalEntityDecl(java.lang.String name, XMLString text, XMLString nonNormalizedText, Augmentations augs)
          An internal entity declaration.
 void DTDGrammar.notationDecl(java.lang.String name, XMLResourceIdentifier identifier, Augmentations augs)
          A notation declaration
 void XMLDTDProcessor.notationDecl(java.lang.String name, XMLResourceIdentifier identifier, Augmentations augs)
          A notation declaration
 void DTDGrammar.occurrence(short occurrence, Augmentations augs)
          The occurrence count for a child in a children content model or for the mixed content model group.
 void XMLDTDProcessor.occurrence(short occurrence, Augmentations augs)
          The occurrence count for a child in a children content model or for the mixed content model group.
 void DTDGrammar.pcdata(Augmentations augs)
          The appearance of "#PCDATA" within a group signifying a mixed content model.
 void XMLDTDProcessor.pcdata(Augmentations augs)
          The appearance of "#PCDATA" within a group signifying a mixed content model.
 void XMLDTDValidator.processingInstruction(java.lang.String target, XMLString data, Augmentations augs)
          A processing instruction.
 void DTDGrammar.processingInstruction(java.lang.String target, XMLString data, Augmentations augs)
          A processing instruction.
 void XMLDTDProcessor.processingInstruction(java.lang.String target, XMLString data, Augmentations augs)
          A processing instruction.
 void DTDGrammar.separator(short separator, Augmentations augs)
          The separator between choices or sequences of a mixed or children content model.
 void XMLDTDProcessor.separator(short separator, Augmentations augs)
          The separator between choices or sequences of a mixed or children content model.
 void DTDGrammar.startAttlist(java.lang.String elementName, Augmentations augs)
          The start of an attribute list.
 void XMLDTDProcessor.startAttlist(java.lang.String elementName, Augmentations augs)
          The start of an attribute list.
 void XMLDTDValidator.startCDATA(Augmentations augs)
          The start of a CDATA section.
 void DTDGrammar.startConditional(short type, Augmentations augs)
          The start of a conditional section.
 void XMLDTDProcessor.startConditional(short type, Augmentations augs)
          The start of a conditional section.
 void DTDGrammar.startContentModel(java.lang.String elementName, Augmentations augs)
          The start of a content model.
 void XMLDTDProcessor.startContentModel(java.lang.String elementName, Augmentations augs)
          The start of a content model.
 void XMLDTDValidator.startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext namespaceContext, Augmentations augs)
          The start of the document.
 void DTDGrammar.startDTD(XMLLocator locator, Augmentations augs)
          The start of the DTD.
 void XMLDTDProcessor.startDTD(XMLLocator locator, Augmentations augs)
          The start of the DTD.
 void XMLDTDValidator.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          The start of an element.
 void DTDGrammar.startExternalSubset(XMLResourceIdentifier identifier, Augmentations augs)
          The start of the DTD external subset.
 void XMLDTDProcessor.startExternalSubset(XMLResourceIdentifier identifier, Augmentations augs)
          The start of the DTD external subset.
 void XMLDTDValidator.startGeneralEntity(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String encoding, Augmentations augs)
          This method notifies the start of a general entity.
 void DTDGrammar.startGroup(Augmentations augs)
          A start of either a mixed or children content model.
 void XMLDTDProcessor.startGroup(Augmentations augs)
          A start of either a mixed or children content model.
 void DTDGrammar.startParameterEntity(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String encoding, Augmentations augs)
          This method notifies of the start of an entity.
 void XMLDTDProcessor.startParameterEntity(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String encoding, Augmentations augs)
          This method notifies of the start of a parameter entity.
 void XMLDTDValidator.textDecl(java.lang.String version, java.lang.String encoding, Augmentations augs)
          Notifies of the presence of a TextDecl line in an entity.
 void DTDGrammar.textDecl(java.lang.String version, java.lang.String encoding, Augmentations augs)
          Notifies of the presence of a TextDecl line in an entity.
 void XMLDTDProcessor.textDecl(java.lang.String version, java.lang.String encoding, Augmentations augs)
          Notifies of the presence of a TextDecl line in an entity.
 void DTDGrammar.unparsedEntityDecl(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String notation, Augmentations augs)
          An unparsed entity declaration.
 void XMLDTDProcessor.unparsedEntityDecl(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String notation, Augmentations augs)
          An unparsed entity declaration.
 void XMLDTDValidator.xmlDecl(java.lang.String version, java.lang.String encoding, java.lang.String standalone, Augmentations augs)
          Notifies of the presence of an XMLDecl line in the document.
 

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

Methods in org.apache.xerces.impl.xs with parameters of type Augmentations
 boolean XMLSchemaValidator.characterData(java.lang.String data, Augmentations augs)
           
 void XMLSchemaValidator.characters(XMLString text, Augmentations augs)
          Character content.
 void XMLSchemaValidator.comment(XMLString text, Augmentations augs)
          A comment.
 void XMLSchemaValidator.doctypeDecl(java.lang.String rootElement, java.lang.String publicId, java.lang.String systemId, Augmentations augs)
          Notifies of the presence of the DOCTYPE line in the document.
 void XMLSchemaValidator.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          An empty element.
 void XMLSchemaValidator.endCDATA(Augmentations augs)
          The end of a CDATA section.
 void XMLSchemaValidator.endDocument(Augmentations augs)
          The end of the document.
 void XMLSchemaValidator.endElement(QName element, Augmentations augs)
          The end of an element.
 void XMLSchemaValidator.endGeneralEntity(java.lang.String name, Augmentations augs)
          This method notifies the end of a general entity.
 void XMLSchemaValidator.ignorableWhitespace(XMLString text, Augmentations augs)
          Ignorable whitespace.
 void XMLSchemaValidator.processingInstruction(java.lang.String target, XMLString data, Augmentations augs)
          A processing instruction.
 void XMLSchemaValidator.startCDATA(Augmentations augs)
          The start of a CDATA section.
 void XMLSchemaValidator.startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext namespaceContext, Augmentations augs)
          The start of the document.
 void XMLSchemaValidator.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          The start of an element.
 void XMLSchemaValidator.startGeneralEntity(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String encoding, Augmentations augs)
          This method notifies the start of a general entity.
 void XMLSchemaValidator.textDecl(java.lang.String version, java.lang.String encoding, Augmentations augs)
          Notifies of the presence of a TextDecl line in an entity.
 void XMLSchemaValidator.xmlDecl(java.lang.String version, java.lang.String encoding, java.lang.String standalone, Augmentations augs)
          Notifies of the presence of an XMLDecl line in the document.
 

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

Methods in org.apache.xerces.impl.xs.opti with parameters of type Augmentations
 void DefaultXMLDocumentHandler.any(Augmentations augmentations)
          A content model of ANY.
 void DefaultXMLDocumentHandler.attributeDecl(java.lang.String elementName, java.lang.String attributeName, java.lang.String type, java.lang.String[] enumeration, java.lang.String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations)
          An attribute declaration.
 void SchemaDOMParser.characters(XMLString text, Augmentations augs)
          Character content.
 void DefaultXMLDocumentHandler.characters(XMLString text, Augmentations augs)
          Character content.
 void SchemaDOMParser.comment(XMLString text, Augmentations augs)
          A comment.
 void DefaultXMLDocumentHandler.comment(XMLString text, Augmentations augs)
          A comment.
 void DefaultXMLDocumentHandler.doctypeDecl(java.lang.String rootElement, java.lang.String publicId, java.lang.String systemId, Augmentations augs)
          Notifies of the presence of the DOCTYPE line in the document.
 void DefaultXMLDocumentHandler.element(java.lang.String elementName, Augmentations augmentations)
          A referenced element in a mixed or children content model.
 void DefaultXMLDocumentHandler.elementDecl(java.lang.String name, java.lang.String contentModel, Augmentations augmentations)
          An element declaration.
 void DefaultXMLDocumentHandler.empty(Augmentations augmentations)
          A content model of EMPTY.
 void SchemaDOMParser.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          An empty element.
 void DefaultXMLDocumentHandler.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          An empty element.
 void DefaultXMLDocumentHandler.endAttlist(Augmentations augmentations)
          The end of an attribute list.
 void SchemaDOMParser.endCDATA(Augmentations augs)
          The end of a CDATA section.
 void DefaultXMLDocumentHandler.endCDATA(Augmentations augs)
          The end of a CDATA section.
 void DefaultXMLDocumentHandler.endConditional(Augmentations augmentations)
          The end of a conditional section.
 void DefaultXMLDocumentHandler.endContentModel(Augmentations augmentations)
          The end of a content model.
 void SchemaDOMParser.endDocument(Augmentations augs)
          The end of the document.
 void DefaultXMLDocumentHandler.endDocument(Augmentations augs)
          The end of the document.
 void DefaultXMLDocumentHandler.endDTD(Augmentations augmentations)
          The end of the DTD.
 void SchemaDOMParser.endElement(QName element, Augmentations augs)
          The end of an element.
 void DefaultXMLDocumentHandler.endElement(QName element, Augmentations augs)
          The end of an element.
 void DefaultXMLDocumentHandler.endExternalSubset(Augmentations augmentations)
          The end of the DTD external subset.
 void DefaultXMLDocumentHandler.endGeneralEntity(java.lang.String name, Augmentations augs)
          This method notifies the end of a general entity.
 void DefaultXMLDocumentHandler.endGroup(Augmentations augmentations)
          The end of a group for mixed or children content models.
 void DefaultXMLDocumentHandler.endParameterEntity(java.lang.String name, Augmentations augmentations)
          This method notifies the end of a parameter entity.
 void DefaultXMLDocumentHandler.endPrefixMapping(java.lang.String prefix, Augmentations augs)
          The end of a namespace prefix mapping.
 void DefaultXMLDocumentHandler.externalEntityDecl(java.lang.String name, XMLResourceIdentifier identifier, Augmentations augmentations)
          An external entity declaration.
 void SchemaDOMParser.ignorableWhitespace(XMLString text, Augmentations augs)
          Ignorable whitespace.
 void DefaultXMLDocumentHandler.ignorableWhitespace(XMLString text, Augmentations augs)
          Ignorable whitespace.
 void DefaultXMLDocumentHandler.ignoredCharacters(XMLString text, Augmentations augmentations)
          Characters within an IGNORE conditional section.
 void DefaultXMLDocumentHandler.internalEntityDecl(java.lang.String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations)
          An internal entity declaration.
 void DefaultXMLDocumentHandler.notationDecl(java.lang.String name, XMLResourceIdentifier identifier, Augmentations augmentations)
          A notation declaration
 void DefaultXMLDocumentHandler.occurrence(short occurrence, Augmentations augmentations)
          The occurrence count for a child in a children content model or for the mixed content model group.
 void DefaultXMLDocumentHandler.pcdata(Augmentations augmentations)
          The appearance of "#PCDATA" within a group signifying a mixed content model.
 void SchemaDOMParser.processingInstruction(java.lang.String target, XMLString data, Augmentations augs)
          A processing instruction.
 void DefaultXMLDocumentHandler.processingInstruction(java.lang.String target, XMLString data, Augmentations augs)
          A processing instruction.
 void DefaultXMLDocumentHandler.separator(short separator, Augmentations augmentations)
          The separator between choices or sequences of a mixed or children content model.
 void DefaultXMLDocumentHandler.startAttlist(java.lang.String elementName, Augmentations augmentations)
          The start of an attribute list.
 void SchemaDOMParser.startCDATA(Augmentations augs)
          The start of a CDATA section.
 void DefaultXMLDocumentHandler.startCDATA(Augmentations augs)
          The start of a CDATA section.
 void DefaultXMLDocumentHandler.startConditional(short type, Augmentations augmentations)
          The start of a conditional section.
 void DefaultXMLDocumentHandler.startContentModel(java.lang.String elementName, Augmentations augmentations)
          The start of a content model.
 void SchemaDOMParser.startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext namespaceContext, Augmentations augs)
           
 void DefaultXMLDocumentHandler.startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext context, Augmentations augs)
          The start of the document.
 void DefaultXMLDocumentHandler.startDTD(XMLLocator locator, Augmentations augmentations)
          The start of the DTD.
 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.
 void DefaultXMLDocumentHandler.startExternalSubset(XMLResourceIdentifier identifier, Augmentations augmentations)
          The start of the DTD external subset.
 void DefaultXMLDocumentHandler.startGeneralEntity(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String encoding, Augmentations augs)
          This method notifies the start of a general entity.
 void DefaultXMLDocumentHandler.startGroup(Augmentations augmentations)
          A start of either a mixed or children content model.
 void DefaultXMLDocumentHandler.startParameterEntity(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String encoding, Augmentations augmentations)
          This method notifies of the start of a parameter entity.
 void DefaultXMLDocumentHandler.startPrefixMapping(java.lang.String prefix, java.lang.String uri, Augmentations augs)
          The start of a namespace prefix mapping.
 void DefaultXMLDocumentHandler.textDecl(java.lang.String version, java.lang.String encoding, Augmentations augs)
          Notifies of the presence of a TextDecl line in an entity.
 void DefaultXMLDocumentHandler.unparsedEntityDecl(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String notation, Augmentations augmentations)
          An unparsed entity declaration.
 void DefaultXMLDocumentHandler.xmlDecl(java.lang.String version, java.lang.String encoding, java.lang.String standalone, Augmentations augs)
          Notifies of the presence of an XMLDecl line in the document.
 

Uses of Augmentations in org.apache.xerces.parsers
 

Methods in org.apache.xerces.parsers with parameters of type Augmentations
 void AbstractXMLDocumentParser.any(Augmentations augs)
          A content model of ANY.
 void AbstractDOMParser.attributeDecl(java.lang.String elementName, java.lang.String attributeName, java.lang.String type, java.lang.String[] enumeration, java.lang.String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs)
          An attribute declaration.
 void DTDParser.attributeDecl(java.lang.String elementName, java.lang.String attributeName, java.lang.String type, java.lang.String[] enumeration, java.lang.String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations)
          An attribute declaration.
 void AbstractSAXParser.attributeDecl(java.lang.String elementName, java.lang.String attributeName, java.lang.String type, java.lang.String[] enumeration, java.lang.String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs)
          An attribute declaration.
 void AbstractXMLDocumentParser.attributeDecl(java.lang.String elementName, java.lang.String attributeName, java.lang.String type, java.lang.String[] enumeration, java.lang.String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augs)
          An attribute declaration.
 void AbstractDOMParser.characters(XMLString text, Augmentations augs)
          Character content.
 void AbstractSAXParser.characters(XMLString text, Augmentations augs)
          Character content.
 void AbstractXMLDocumentParser.characters(XMLString text, Augmentations augs)
          Character content.
 void AbstractDOMParser.comment(XMLString text, Augmentations augs)
          A comment.
 void DTDParser.comment(XMLString text, Augmentations augmentations)
          A comment.
 void AbstractSAXParser.comment(XMLString text, Augmentations augs)
          A comment.
 void AbstractXMLDocumentParser.comment(XMLString text, Augmentations augs)
          A comment.
 void AbstractDOMParser.doctypeDecl(java.lang.String rootElement, java.lang.String publicId, java.lang.String systemId, Augmentations augs)
          Notifies of the presence of the DOCTYPE line in the document.
 void AbstractSAXParser.doctypeDecl(java.lang.String rootElement, java.lang.String publicId, java.lang.String systemId, Augmentations augs)
          Notifies of the presence of the DOCTYPE line in the document.
 void AbstractXMLDocumentParser.doctypeDecl(java.lang.String rootElement, java.lang.String publicId, java.lang.String systemId, Augmentations augs)
          Notifies of the presence of the DOCTYPE line in the document.
 void AbstractXMLDocumentParser.element(java.lang.String elementName, Augmentations augs)
          A referenced element in a mixed or children content model.
 void AbstractDOMParser.elementDecl(java.lang.String name, java.lang.String contentModel, Augmentations augs)
          An element declaration.
 void DTDParser.elementDecl(java.lang.String name, java.lang.String contentModel, Augmentations augmentations)
          An element declaration.
 void AbstractSAXParser.elementDecl(java.lang.String name, java.lang.String contentModel, Augmentations augs)
          An element declaration.
 void AbstractXMLDocumentParser.elementDecl(java.lang.String name, java.lang.String contentModel, Augmentations augs)
          An element declaration.
 void AbstractXMLDocumentParser.empty(Augmentations augs)
          A content model of EMPTY.
 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 AbstractDOMParser.endAttlist(Augmentations augs)
          The end of an attribute list.
 void DTDParser.endAttlist(Augmentations augmentations)
          The end of an attribute list.
 void AbstractXMLDocumentParser.endAttlist(Augmentations augs)
          The end of an attribute list.
 void AbstractDOMParser.endCDATA(Augmentations augs)
          The end of a CDATA section.
 void AbstractSAXParser.endCDATA(Augmentations augs)
          The end of a CDATA section.
 void AbstractXMLDocumentParser.endCDATA(Augmentations augs)
          The end of a CDATA section.
 void AbstractDOMParser.endConditional(Augmentations augs)
          The end of a conditional section.
 void DTDParser.endConditional(Augmentations augmentations)
          The end of a conditional section.
 void AbstractXMLDocumentParser.endConditional(Augmentations augs)
          The end of a conditional section.
 void AbstractXMLDocumentParser.endContentModel(Augmentations augs)
          The end of a content model.
 void AbstractDOMParser.endDocument(Augmentations augs)
          The end of the document.
 void AbstractSAXParser.endDocument(Augmentations augs)
          The end of the document.
 void AbstractXMLDocumentParser.endDocument(Augmentations augs)
          The end of the document.
 void AbstractDOMParser.endDTD(Augmentations augs)
          The end of the DTD.
 void DTDParser.endDTD(Augmentations augmentations)
          The end of the DTD.
 void AbstractSAXParser.endDTD(Augmentations augs)
          The end of the DTD.
 void AbstractXMLDocumentParser.endDTD(Augmentations augs)
          The end of the DTD.
 void AbstractDOMParser.endElement(QName element, Augmentations augs)
          The end of an element.
 void AbstractSAXParser.endElement(QName element, Augmentations augs)
          The end of an element.
 void AbstractXMLDocumentParser.endElement(QName element, Augmentations augs)
          The end of an element.
 void DTDParser.endEntity(java.lang.String name, Augmentations augmentations)
          This method notifies the end of an entity.
 void AbstractDOMParser.endExternalSubset(Augmentations augs)
          The end of the DTD external subset.
 void DTDParser.endExternalSubset(Augmentations augmentations)
          The end of the external subset.
 void AbstractSAXParser.endExternalSubset(Augmentations augs)
          The end of the DTD external subset.
 void AbstractXMLDocumentParser.endExternalSubset(Augmentations augmentations)
          The end of the DTD external subset.
 void AbstractDOMParser.endGeneralEntity(java.lang.String name, Augmentations augs)
          This method notifies the end of a general entity.
 void AbstractSAXParser.endGeneralEntity(java.lang.String name, Augmentations augs)
          This method notifies the end of an entity.
 void AbstractXMLDocumentParser.endGeneralEntity(java.lang.String name, Augmentations augs)
          This method notifies the end of an entity.
 void AbstractXMLDocumentParser.endGroup(Augmentations augs)
          The end of a group for mixed or children content models.
 void AbstractDOMParser.endParameterEntity(java.lang.String name, Augmentations augs)
          This method notifies the end of a parameter entity.
 void AbstractSAXParser.endParameterEntity(java.lang.String name, Augmentations augs)
          This method notifies the end of an entity.
 void AbstractXMLDocumentParser.endParameterEntity(java.lang.String name, Augmentations augs)
          This method notifies the end of an entity.
 void AbstractDOMParser.externalEntityDecl(java.lang.String name, XMLResourceIdentifier identifier, Augmentations augs)
          An external entity declaration.
 void DTDParser.externalEntityDecl(java.lang.String name, XMLResourceIdentifier identifier, Augmentations augmentations)
          An external entity declaration.
 void AbstractSAXParser.externalEntityDecl(java.lang.String name, XMLResourceIdentifier identifier, Augmentations augs)
          An external entity declaration.
 void AbstractXMLDocumentParser.externalEntityDecl(java.lang.String name, XMLResourceIdentifier identifier, Augmentations augs)
          An external entity declaration.
 void AbstractDOMParser.ignorableWhitespace(XMLString text, Augmentations augs)
          Ignorable whitespace.
 void AbstractSAXParser.ignorableWhitespace(XMLString text, Augmentations augs)
          Ignorable whitespace.
 void AbstractXMLDocumentParser.ignorableWhitespace(XMLString text, Augmentations augs)
          Ignorable whitespace.
 void AbstractDOMParser.ignoredCharacters(XMLString text, Augmentations augs)
          Characters within an IGNORE conditional section.
 void AbstractXMLDocumentParser.ignoredCharacters(XMLString text, Augmentations augs)
          Characters within an IGNORE conditional section.
 void AbstractDOMParser.internalEntityDecl(java.lang.String name, XMLString text, XMLString nonNormalizedText, Augmentations augs)
          An internal entity declaration.
 void DTDParser.internalEntityDecl(java.lang.String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations)
          An internal entity declaration.
 void AbstractSAXParser.internalEntityDecl(java.lang.String name, XMLString text, XMLString nonNormalizedText, Augmentations augs)
          An internal entity declaration.
 void AbstractXMLDocumentParser.internalEntityDecl(java.lang.String name, XMLString text, XMLString nonNormalizedText, Augmentations augs)
          An internal entity declaration.
 void AbstractDOMParser.notationDecl(java.lang.String name, XMLResourceIdentifier identifier, Augmentations augs)
          A notation declaration
 void DTDParser.notationDecl(java.lang.String name, XMLResourceIdentifier identifier, Augmentations augmentations)
          A notation declaration
 void AbstractSAXParser.notationDecl(java.lang.String name, XMLResourceIdentifier identifier, Augmentations augs)
          A notation declaration
 void AbstractXMLDocumentParser.notationDecl(java.lang.String name, XMLResourceIdentifier identifier, Augmentations augs)
          A notation declaration
 void AbstractXMLDocumentParser.occurrence(short occurrence, Augmentations augs)
          The occurrence count for a child in a children content model or for the mixed content model group.
 void AbstractXMLDocumentParser.pcdata(Augmentations augs)
          The appearance of "#PCDATA" within a group signifying a mixed content model.
 void AbstractDOMParser.processingInstruction(java.lang.String target, XMLString data, Augmentations augs)
          A processing instruction.
 void DTDParser.processingInstruction(java.lang.String target, XMLString data, Augmentations augmentations)
          A processing instruction.
 void AbstractSAXParser.processingInstruction(java.lang.String target, XMLString data, Augmentations augs)
          A processing instruction.
 void AbstractXMLDocumentParser.processingInstruction(java.lang.String target, XMLString data, Augmentations augs)
          A processing instruction.
 void AbstractXMLDocumentParser.separator(short separator, Augmentations augs)
          The separator between choices or sequences of a mixed or children content model.
 void AbstractDOMParser.startAttlist(java.lang.String elementName, Augmentations augs)
          The start of an attribute list.
 void DTDParser.startAttlist(java.lang.String elementName, Augmentations augmentations)
          The start of an attribute list.
 void AbstractXMLDocumentParser.startAttlist(java.lang.String elementName, Augmentations augs)
          The start of an attribute list.
 void AbstractDOMParser.startCDATA(Augmentations augs)
          The start of a CDATA section.
 void AbstractSAXParser.startCDATA(Augmentations augs)
          The start of a CDATA section.
 void AbstractXMLDocumentParser.startCDATA(Augmentations augs)
          The start of a CDATA section.
 void AbstractDOMParser.startConditional(short type, Augmentations augs)
          The start of a conditional section.
 void DTDParser.startConditional(short type, Augmentations augmentations)
          The start of a conditional section.
 void AbstractXMLDocumentParser.startConditional(short type, Augmentations augs)
          The start of a conditional section.
 void AbstractXMLDocumentParser.startContentModel(java.lang.String elementName, Augmentations augs)
          The start of a content model.
 void AbstractDOMParser.startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext namespaceContext, Augmentations augs)
          The start of the document.
 void AbstractSAXParser.startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext namespaceContext, Augmentations augs)
          The start of the document.
 void AbstractXMLDocumentParser.startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext namespaceContext, Augmentations augs)
          The start of the document.
 void AbstractDOMParser.startDTD(XMLLocator locator, Augmentations augs)
          The start of the DTD.
 void DTDParser.startDTD(XMLLocator locator, Augmentations augmentations)
          The start of the DTD.
 void AbstractXMLDocumentParser.startDTD(XMLLocator locator, Augmentations augs)
          The start of the DTD.
 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.
 void AbstractDOMParser.startExternalSubset(XMLResourceIdentifier identifier, Augmentations augs)
          The start of the DTD external subset.
 void DTDParser.startExternalSubset(XMLResourceIdentifier identifier, Augmentations augmentations)
          The start of the external subset.
 void AbstractSAXParser.startExternalSubset(XMLResourceIdentifier identifier, Augmentations augs)
          The start of the DTD external subset.
 void AbstractXMLDocumentParser.startExternalSubset(XMLResourceIdentifier identifier, Augmentations augmentations)
          The start of the DTD external subset.
 void AbstractDOMParser.startGeneralEntity(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String encoding, Augmentations augs)
          This method notifies the start of a general entity.
 void AbstractSAXParser.startGeneralEntity(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String encoding, Augmentations augs)
          This method notifies of the start of an entity.
 void AbstractXMLDocumentParser.startGeneralEntity(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String encoding, Augmentations augs)
          This method notifies the start of an entity.
 void AbstractXMLDocumentParser.startGroup(Augmentations augs)
          A start of either a mixed or children content model.
 void AbstractDOMParser.startParameterEntity(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String encoding, Augmentations augs)
          This method notifies of the start of a parameter entity.
 void AbstractSAXParser.startParameterEntity(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String encoding, Augmentations augs)
          This method notifies of the start of parameter entity.
 void AbstractXMLDocumentParser.startParameterEntity(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String encoding, Augmentations augs)
          This method notifies the start of an entity.
 void AbstractDOMParser.textDecl(java.lang.String version, java.lang.String encoding, Augmentations augs)
          Notifies of the presence of a TextDecl line in an entity.
 void AbstractXMLDocumentParser.textDecl(java.lang.String version, java.lang.String encoding, Augmentations augs)
          Notifies of the presence of a TextDecl line in an entity.
 void AbstractDOMParser.unparsedEntityDecl(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String notation, Augmentations augs)
          An unparsed entity declaration.
 void DTDParser.unparsedEntityDecl(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String notation, Augmentations augmentations)
          An unparsed entity declaration.
 void AbstractSAXParser.unparsedEntityDecl(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String notation, Augmentations augs)
          An unparsed entity declaration.
 void AbstractXMLDocumentParser.unparsedEntityDecl(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String notation, Augmentations augs)
          An unparsed entity declaration.
 void AbstractDOMParser.xmlDecl(java.lang.String version, java.lang.String encoding, java.lang.String standalone, Augmentations augs)
          Notifies of the presence of an XMLDecl line in the document.
 void AbstractSAXParser.xmlDecl(java.lang.String version, java.lang.String encoding, java.lang.String standalone, Augmentations augs)
          Notifies of the presence of an XMLDecl line in the document.
 void AbstractXMLDocumentParser.xmlDecl(java.lang.String version, java.lang.String encoding, java.lang.String standalone, Augmentations augs)
          Notifies of the presence of an XMLDecl line in the document.
 

Uses of Augmentations in org.apache.xerces.util
 

Classes in org.apache.xerces.util that implement Augmentations
 class AugmentationsImpl
          This class provides an implementation for Augmentations interface.
 

Methods in org.apache.xerces.util that return Augmentations
 Augmentations XMLAttributesImpl.getAugmentations(int attributeIndex)
          Look up an augmentations by attributes index.
 Augmentations XMLAttributesImpl.getAugmentations(java.lang.String qName)
          Look up an augmentation by XML 1.0 qualified name.
 Augmentations XMLAttributesImpl.getAugmentations(java.lang.String uri, java.lang.String localName)
          Look up an augmentations by Namespace name.
 

Methods in org.apache.xerces.util with parameters of type Augmentations
 void XMLAttributesImpl.setAugmentations(int attrIndex, Augmentations augs)
          Sets the augmentations of the attribute at the specified index.
 

Uses of Augmentations in org.apache.xerces.xinclude
 

Methods in org.apache.xerces.xinclude with parameters of type Augmentations
 void XIncludeHandler.attributeDecl(java.lang.String elementName, java.lang.String attributeName, java.lang.String type, java.lang.String[] enumeration, java.lang.String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations)
           
 void XIncludeHandler.characters(XMLString text, Augmentations augs)
           
 void XIncludeHandler.comment(XMLString text, Augmentations augs)
           
 void XIncludeHandler.doctypeDecl(java.lang.String rootElement, java.lang.String publicId, java.lang.String systemId, Augmentations augs)
           
 void XIncludeHandler.elementDecl(java.lang.String name, java.lang.String contentModel, Augmentations augmentations)
           
 void XIncludeHandler.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
           
 void XIncludeHandler.endAttlist(Augmentations augmentations)
           
 void XIncludeHandler.endCDATA(Augmentations augs)
           
 void XIncludeHandler.endConditional(Augmentations augmentations)
           
 void XIncludeHandler.endDocument(Augmentations augs)
           
 void XIncludeHandler.endDTD(Augmentations augmentations)
           
 void XIncludeHandler.endElement(QName element, Augmentations augs)
           
 void XIncludeHandler.endExternalSubset(Augmentations augmentations)
           
 void XIncludeHandler.endGeneralEntity(java.lang.String name, Augmentations augs)
           
 void XIncludeHandler.endParameterEntity(java.lang.String name, Augmentations augmentations)
           
 void XIncludeHandler.externalEntityDecl(java.lang.String name, XMLResourceIdentifier identifier, Augmentations augmentations)
           
 void XIncludeHandler.ignorableWhitespace(XMLString text, Augmentations augs)
           
 void XIncludeHandler.ignoredCharacters(XMLString text, Augmentations augmentations)
           
 void XIncludeHandler.internalEntityDecl(java.lang.String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations)
           
 void XIncludeHandler.notationDecl(java.lang.String name, XMLResourceIdentifier identifier, Augmentations augmentations)
           
 void XIncludeHandler.processingInstruction(java.lang.String target, XMLString data, Augmentations augs)
           
 void XIncludeHandler.startAttlist(java.lang.String elementName, Augmentations augmentations)
           
 void XIncludeHandler.startCDATA(Augmentations augs)
           
 void XIncludeHandler.startConditional(short type, Augmentations augmentations)
           
 void XIncludeHandler.startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext namespaceContext, Augmentations augs)
          Event sent at the start of the document.
 void XIncludeHandler.startDTD(XMLLocator locator, Augmentations augmentations)
           
 void XIncludeHandler.startElement(QName element, XMLAttributes attributes, Augmentations augs)
           
 void XIncludeHandler.startExternalSubset(XMLResourceIdentifier identifier, Augmentations augmentations)
           
 void XIncludeHandler.startGeneralEntity(java.lang.String name, XMLResourceIdentifier resId, java.lang.String encoding, Augmentations augs)
           
 void XIncludeHandler.startParameterEntity(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String encoding, Augmentations augmentations)
           
 void XIncludeHandler.textDecl(java.lang.String version, java.lang.String encoding, Augmentations augs)
           
 void XIncludeHandler.unparsedEntityDecl(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String notation, Augmentations augmentations)
           
 void XIncludeHandler.xmlDecl(java.lang.String version, java.lang.String encoding, java.lang.String standalone, Augmentations augs)
           
 

Uses of Augmentations in org.apache.xerces.xni
 

Methods in org.apache.xerces.xni that return Augmentations
 Augmentations XMLAttributes.getAugmentations(int attributeIndex)
          Look up an augmentation by attribute's index.
 Augmentations XMLAttributes.getAugmentations(java.lang.String qName)
          Look up an augmentation by XML 1.0 qualified name.
 Augmentations XMLAttributes.getAugmentations(java.lang.String uri, java.lang.String localPart)
          Look up an augmentation by namespace name.
 

Methods in org.apache.xerces.xni with parameters of type Augmentations
 void XMLDTDContentModelHandler.any(Augmentations augmentations)
          A content model of ANY.
 void XMLDTDHandler.attributeDecl(java.lang.String elementName, java.lang.String attributeName, java.lang.String type, java.lang.String[] enumeration, java.lang.String defaultType, XMLString defaultValue, XMLString nonNormalizedDefaultValue, Augmentations augmentations)
          An attribute declaration.
 void XMLDocumentHandler.characters(XMLString text, Augmentations augs)
          Character content.
 void XMLDocumentFragmentHandler.characters(XMLString text, Augmentations augmentations)
          Character content.
 void XMLDocumentHandler.comment(XMLString text, Augmentations augs)
          A comment.
 void XMLDocumentFragmentHandler.comment(XMLString text, Augmentations augmentations)
          A comment.
 void XMLDTDHandler.comment(XMLString text, Augmentations augmentations)
          A comment.
 void XMLDocumentHandler.doctypeDecl(java.lang.String rootElement, java.lang.String publicId, java.lang.String systemId, Augmentations augs)
          Notifies of the presence of the DOCTYPE line in the document.
 void XMLDTDContentModelHandler.element(java.lang.String elementName, Augmentations augmentations)
          A referenced element in a mixed or children content model.
 void XMLDTDHandler.elementDecl(java.lang.String name, java.lang.String contentModel, Augmentations augmentations)
          An element declaration.
 void XMLDTDContentModelHandler.empty(Augmentations augmentations)
          A content model of EMPTY.
 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 XMLDTDHandler.endAttlist(Augmentations augmentations)
          The end of an attribute list.
 void XMLDocumentHandler.endCDATA(Augmentations augs)
          The end of a CDATA section.
 void XMLDocumentFragmentHandler.endCDATA(Augmentations augmentations)
          The end of a CDATA section.
 void XMLDTDHandler.endConditional(Augmentations augmentations)
          The end of a conditional section.
 void XMLDTDContentModelHandler.endContentModel(Augmentations augmentations)
          The end of a content model.
 void XMLDocumentHandler.endDocument(Augmentations augs)
          The end of the document.
 void XMLDocumentFragmentHandler.endDocumentFragment(Augmentations augmentations)
          The end of the document fragment.
 void XMLDTDHandler.endDTD(Augmentations augmentations)
          The end of the DTD.
 void XMLDocumentHandler.endElement(QName element, Augmentations augs)
          The end of an element.
 void XMLDocumentFragmentHandler.endElement(QName element, Augmentations augmentations)
          The end of an element.
 void XMLDTDHandler.endExternalSubset(Augmentations augmentations)
          The end of the DTD external subset.
 void XMLDocumentHandler.endGeneralEntity(java.lang.String name, Augmentations augs)
          This method notifies the end of a general entity.
 void XMLDocumentFragmentHandler.endGeneralEntity(java.lang.String name, Augmentations augmentations)
          This method notifies the end of a general entity.
 void XMLDTDContentModelHandler.endGroup(Augmentations augmentations)
          The end of a group for mixed or children content models.
 void XMLDTDHandler.endParameterEntity(java.lang.String name, Augmentations augmentations)
          This method notifies the end of a parameter entity.
 void XMLDTDHandler.externalEntityDecl(java.lang.String name, XMLResourceIdentifier identifier, Augmentations augmentations)
          An external entity declaration.
 void XMLDocumentHandler.ignorableWhitespace(XMLString text, Augmentations augs)
          Ignorable whitespace.
 void XMLDocumentFragmentHandler.ignorableWhitespace(XMLString text, Augmentations augmentations)
          Ignorable whitespace.
 void XMLDTDHandler.ignoredCharacters(XMLString text, Augmentations augmentations)
          Characters within an IGNORE conditional section.
 void XMLDTDHandler.internalEntityDecl(java.lang.String name, XMLString text, XMLString nonNormalizedText, Augmentations augmentations)
          An internal entity declaration.
 void XMLDTDHandler.notationDecl(java.lang.String name, XMLResourceIdentifier identifier, Augmentations augmentations)
          A notation declaration
 void XMLDTDContentModelHandler.occurrence(short occurrence, Augmentations augmentations)
          The occurrence count for a child in a children content model or for the mixed content model group.
 void XMLDTDContentModelHandler.pcdata(Augmentations augmentations)
          The appearance of "#PCDATA" within a group signifying a mixed content model.
 void XMLDocumentHandler.processingInstruction(java.lang.String target, XMLString data, Augmentations augs)
          A processing instruction.
 void XMLDocumentFragmentHandler.processingInstruction(java.lang.String target, XMLString data, Augmentations augmentations)
          A processing instruction.
 void XMLDTDHandler.processingInstruction(java.lang.String target, XMLString data, Augmentations augmentations)
          A processing instruction.
 void XMLDTDContentModelHandler.separator(short separator, Augmentations augmentations)
          The separator between choices or sequences of a mixed or children content model.
 void XMLAttributes.setAugmentations(int attrIndex, Augmentations augs)
          Sets the augmentations of the attribute at the specified index.
 void XMLDTDHandler.startAttlist(java.lang.String elementName, Augmentations augmentations)
          The start of an attribute list.
 void XMLDocumentHandler.startCDATA(Augmentations augs)
          The start of a CDATA section.
 void XMLDocumentFragmentHandler.startCDATA(Augmentations augmentations)
          The start of a CDATA section.
 void XMLDTDHandler.startConditional(short type, Augmentations augmentations)
          The start of a conditional section.
 void XMLDTDContentModelHandler.startContentModel(java.lang.String elementName, Augmentations augmentations)
          The start of a content model.
 void XMLDocumentHandler.startDocument(XMLLocator locator, java.lang.String encoding, NamespaceContext namespaceContext, Augmentations augs)
          The start of the document.
 void XMLDocumentFragmentHandler.startDocumentFragment(XMLLocator locator, NamespaceContext namespaceContext, Augmentations augmentations)
          The start of the document fragment.
 void XMLDTDHandler.startDTD(XMLLocator locator, Augmentations augmentations)
          The start of the DTD.
 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.
 void XMLDTDHandler.startExternalSubset(XMLResourceIdentifier identifier, Augmentations augmentations)
          The start of the DTD external subset.
 void XMLDocumentHandler.startGeneralEntity(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String encoding, Augmentations augs)
          This method notifies the start of a general entity.
 void XMLDocumentFragmentHandler.startGeneralEntity(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String encoding, Augmentations augmentations)
          This method notifies the start of a general entity.
 void XMLDTDContentModelHandler.startGroup(Augmentations augmentations)
          A start of either a mixed or children content model.
 void XMLDTDHandler.startParameterEntity(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String encoding, Augmentations augmentations)
          This method notifies of the start of a parameter entity.
 void XMLDocumentHandler.textDecl(java.lang.String version, java.lang.String encoding, Augmentations augs)
          Notifies of the presence of a TextDecl line in an entity.
 void XMLDocumentFragmentHandler.textDecl(java.lang.String version, java.lang.String encoding, Augmentations augmentations)
          Notifies of the presence of a TextDecl line in an entity.
 void XMLDTDHandler.textDecl(java.lang.String version, java.lang.String encoding, Augmentations augmentations)
          Notifies of the presence of a TextDecl line in an entity.
 void XMLDTDHandler.unparsedEntityDecl(java.lang.String name, XMLResourceIdentifier identifier, java.lang.String notation, Augmentations augmentations)
          An unparsed entity declaration.
 void XMLDocumentHandler.xmlDecl(java.lang.String version, java.lang.String encoding, java.lang.String standalone, Augmentations augs)
          Notifies of the presence of an XMLDecl line in the document.
 

Uses of Augmentations in org.apache.xerces.xpointer
 

Methods in org.apache.xerces.xpointer with parameters of type Augmentations
 void XPointerHandler.characters(XMLString text, Augmentations augs)
          Character content.
 void XPointerHandler.comment(XMLString text, Augmentations augs)
          If the comment is a child of a matched element, then pass else return.
 void XPointerHandler.emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          An empty element.
 void XPointerHandler.endCDATA(Augmentations augs)
          The end of a CDATA section.
 void XPointerHandler.endElement(QName element, Augmentations augs)
          The end of an element.
 void XPointerHandler.ignorableWhitespace(XMLString text, Augmentations augs)
          Ignorable whitespace.
 void XPointerHandler.processingInstruction(java.lang.String target, XMLString data, Augmentations augs)
          A processing instruction.
 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.startCDATA(Augmentations augs)
          The start of a CDATA section.
 void XPointerHandler.startElement(QName element, XMLAttributes attributes, Augmentations augs)
          The start of an element.