Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.XMLAttributes
-
-
Uses of XMLAttributes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom that implement XMLAttributes Modifier and Type Class Description protected classDOMNormalizer.XMLAttributesProxyMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom with parameters of type XMLAttributes Modifier and Type Method Description voidDOMNormalizer. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.voidDOMNormalizer. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element. -
Uses of XMLAttributes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl with parameters of type XMLAttributes Modifier and Type Method Description voidXMLNamespaceBinder. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.protected voidXMLNamespaceBinder. handleStartElement(QName element, XMLAttributes attributes, Augmentations augs, boolean isEmpty)Handles start element.protected voidXMLDocumentFragmentScannerImpl. scanAttribute(XMLAttributes attributes)Scans an attribute.voidXMLNamespaceBinder. startElement(QName element, XMLAttributes attributes, Augmentations augs)Binds the namespaces. -
Uses of XMLAttributes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd with parameters of type XMLAttributes Modifier and Type Method Description protected voidXMLDTDValidator. addDTDDefaultAttrsAndValidate(QName elementName, int elementIndex, XMLAttributes attributes)Add default attributes and validate.voidXMLDTDValidator. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.protected booleanXMLDTDValidator. handleStartElement(QName element, XMLAttributes attributes, Augmentations augs)Handle elementvoidXMLDTDValidator. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element.protected voidXML11NSDTDValidator. startNamespaceScope(QName element, XMLAttributes attributes, Augmentations augs)Bind namespacesprotected voidXMLDTDValidator. startNamespaceScope(QName element, XMLAttributes attributes, Augmentations augs)protected voidXMLNSDTDValidator. startNamespaceScope(QName element, XMLAttributes attributes, Augmentations augs)Bind namespaces -
Uses of XMLAttributes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs declared as XMLAttributes Modifier and Type Field Description protected XMLAttributesXSDDescription. fAttributesMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XMLAttributes Modifier and Type Method Description XMLAttributesXSDDescription. 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.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type XMLAttributes Modifier and Type Method Description voidXMLSchemaValidator. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.voidXSDDescription. setAttributes(XMLAttributes attributes)voidXMLSchemaValidator. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element. -
Uses of XMLAttributes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity with parameters of type XMLAttributes Modifier and Type Method Description voidSelector.Matcher. startElement(QName element, XMLAttributes attributes)The start of an element.voidXPathMatcher. startElement(QName element, XMLAttributes attributes)The start of an element. -
Uses of XMLAttributes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti with parameters of type XMLAttributes Modifier and Type Method Description voidDefaultXMLDocumentHandler. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.ElementImplSchemaDOM. emptyElement(QName element, XMLAttributes attributes, int line, int column)ElementImplSchemaDOM. emptyElement(QName element, XMLAttributes attributes, int line, int column, int offset)voidSchemaDOMParser. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.voidDefaultXMLDocumentHandler. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element.ElementImplSchemaDOM. startElement(QName element, XMLAttributes attributes, int line, int column)ElementImplSchemaDOM. startElement(QName element, XMLAttributes attributes, int line, int column, int offset)voidSchemaDOMParser. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element. -
Uses of XMLAttributes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers declared as XMLAttributes Modifier and Type Field Description protected XMLAttributesAbstractSAXParser.AttributesProxy. fAttributesXML attributes.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers with parameters of type XMLAttributes Modifier and Type Method Description voidAbstractDOMParser. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.voidAbstractXMLDocumentParser. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.voidAbstractSAXParser.AttributesProxy. setAttributes(XMLAttributes attributes)Sets the XML attributes.voidAbstractDOMParser. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element.voidAbstractSAXParser. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element.voidAbstractXMLDocumentParser. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element.voidDOMParserImpl. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element. -
Uses of XMLAttributes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util that implement XMLAttributes Modifier and Type Class Description classXMLAttributesImplThe XMLAttributesImpl class is an implementation of the XMLAttributes interface which defines a collection of attributes for an element.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util that return XMLAttributes Modifier and Type Method Description XMLAttributesAttributesProxy. getAttributes()Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util with parameters of type XMLAttributes Modifier and Type Method Description voidAttributesProxy. setAttributes(XMLAttributes attributes)Sets the XML attributes to be wrapped.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util with parameters of type XMLAttributes Constructor Description AttributesProxy(XMLAttributes attributes) -
Uses of XMLAttributes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude that return XMLAttributes Modifier and Type Method Description protected XMLAttributesXIncludeHandler. processAttributes(XMLAttributes attributes)Processes the XMLAttributes object of startElement() calls.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude with parameters of type XMLAttributes Modifier and Type Method Description voidXIncludeHandler. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)protected booleanXIncludeHandler. handleIncludeElement(XMLAttributes attributes)protected XMLAttributesXIncludeHandler. processAttributes(XMLAttributes attributes)Processes the XMLAttributes object of startElement() calls.protected voidXIncludeHandler. processXMLBaseAttributes(XMLAttributes attributes)Search for a xml:base attribute, and if one is found, put the new base URI into effect.protected voidXIncludeHandler. processXMLLangAttributes(XMLAttributes attributes)Search for a xml:lang attribute, and if one is found, put the new [language] into effect.voidXIncludeHandler. startElement(QName element, XMLAttributes attributes, Augmentations augs) -
Uses of XMLAttributes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni with parameters of type XMLAttributes Modifier and Type Method Description voidXMLDocumentFragmentHandler. emptyElement(QName element, XMLAttributes attributes, Augmentations augmentations)An empty element.voidXMLDocumentHandler. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.voidXMLDocumentFragmentHandler. startElement(QName element, XMLAttributes attributes, Augmentations augmentations)The start of an element.voidXMLDocumentHandler. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element. -
Uses of XMLAttributes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.grammars
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.grammars that return XMLAttributes Modifier and Type Method Description XMLAttributesXMLSchemaDescription. 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.smooks.engine.delivery.sax.ng.org.apache.xerces.xpointer
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xpointer with parameters of type XMLAttributes Modifier and Type Method Description voidXPointerHandler. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.booleanXPointerHandler. resolveXPointer(QName element, XMLAttributes attributes, Augmentations augs, int event)booleanXPointerPart. 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.booleanXPointerProcessor. 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.voidXPointerHandler. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element.
-