Uses of Interface org.xml.sax.Attributes

Uses in package org.apache.xalan.xsltc.trax

Methods with parameter type org.xml.sax.Attributes

void
SAX2DOM.startElement(String namespace, String localName, String qName, Attributes attrs)
void
TemplatesHandlerImpl.startElement(String uri, String localname, String qname, Attributes attributes)
Just forward SAX2 event to parser object.
void
TransformerHandlerImpl.startElement(String uri, String localName, String qname, Attributes attributes)
Implements org.xml.sax.ContentHandler.startElement() Receive notification of the beginning of an element.

Uses in package org.apache.xml.serializer

Classes implementing org.xml.sax.Attributes

class
This class extends org.xml.sax.helpers.AttributesImpl which implements org.

Methods with parameter type org.xml.sax.Attributes

void
void
Add attributes to the current element
void
Add the given attributes to the currently collected ones.
void
void
SerializerTrace.fireGenerateEvent(int eventType, String name, Attributes atts)
Fire startElement, endElement events.
void
This method sets the attributes, previous attributes are cleared, it also keeps the hashtable up to date for quick lookup via getIndex(qName).
void
EmptySerializer.startElement(String arg0, String arg1, String arg2, Attributes arg3)
void
ToHTMLSAXHandler.startElement(String namespaceURI, String localName, String qName, Attributes atts)
Receive notification of the beginning of an element, although this is a SAX method additional namespace or attribute information can occur before or after this call, that is associated with this element.
void
ToHTMLStream.startElement(String namespaceURI, String localName, String name, Attributes atts)
Receive notification of the beginning of an element.
void
ToSAXHandler.startElement(String arg0, String arg1, String arg2, Attributes arg3)
Receive notification of the beginning of an element, although this is a SAX method additional namespace or attribute information can occur before or after this call, that is associated with this element.
void
ToStream.startElement(String namespaceURI, String localName, String name, Attributes atts)
Receive notification of the beginning of an element, although this is a SAX method additional namespace or attribute information can occur before or after this call, that is associated with this element.
void
ToTextSAXHandler.startElement(String arg0, String arg1, String arg2, Attributes arg3)
void
ToTextStream.startElement(String namespaceURI, String localName, String name, Attributes atts)
Receive notification of the beginning of an element.
void
ToUnknownStream.startElement(String namespaceURI, String localName, String elementName, Attributes atts)
Receive notification of the beginning of an element.
void
ToXMLSAXHandler.startElement(String namespaceURI, String localName, String name, Attributes atts)

Uses in package org.xml.sax.helpers

Classes implementing org.xml.sax.Attributes

class
Default implementation of the Attributes interface.

Constructors with parameter type org.xml.sax.Attributes

Copy an existing Attributes object.

Methods with parameter type org.xml.sax.Attributes

void
Copy an entire Attributes object.
void
DefaultHandler.startElement(String uri, String localName, String qName, Attributes attributes)
Receive notification of the start of an element.
void
XMLFilterImpl.startElement(String uri, String localName, String qName, Attributes atts)
Filter a start element event.
void
XMLReaderAdapter.startElement(String uri, String localName, String qName, Attributes atts)
Adapt a SAX2 start element event.

Uses in package org.apache.xalan.xsltc.runtime

Classes implementing org.xml.sax.Attributes

class
class

Constructors with parameter type org.xml.sax.Attributes

Attributes clone constructor

Uses in package org.apache.xalan.xsltc.compiler

Methods with parameter type org.xml.sax.Attributes

SyntaxTreeNode
Parser.makeInstance(String uri, String prefix, String local, Attributes attributes)
void
Parser.startElement(String uri, String localname, String qname, Attributes attributes)
SAX2: Receive notification of the beginning of an element.

Uses in package org.apache.xalan.xsltc.dom

Methods with parameter type org.xml.sax.Attributes

void
AdaptiveResultTreeImpl.startElement(String uri, String localName, String qName, Attributes attributes)
void
SAXImpl.startElement(String uri, String localName, String qname, Attributes attributes)
SAX2: Receive notification of the beginning of an element.
void
SAXImpl.startElement(String uri, String localName, String qname, Attributes attributes, Node node)
Specialized interface used by DOM2SAX.

Uses in package org.apache.xml.dtm.ref

Methods with parameter type org.xml.sax.Attributes

void
DTMDocumentImpl.startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, Attributes atts)
void
IncrementalSAXSource_Filter.startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, Attributes atts)

Uses in package org.apache.xalan.processor

Methods with parameter type org.xml.sax.Attributes

void
StylesheetHandler.startElement(String uri, String localName, String rawName, Attributes attributes)
Receive notification of the start of an element.
void
ProcessorExsltFuncResult.startElement(StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
Verify that the func:result element does not appear within a variable, parameter, or another func:result, and that it belongs to a func:function element.
void
ProcessorExsltFunction.startElement(StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
Start an ElemExsltFunction.
void
ProcessorLRE.startElement(StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
Receive notification of the start of an element.
void
ProcessorTemplateElem.startElement(StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
Receive notification of the start of an element.
void
XSLTElementProcessor.startElement(StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
Receive notification of the start of an element.

Uses in package org.apache.xalan.trace

Constructors with parameter type org.xml.sax.Attributes

GenerateEvent.GenerateEvent(TransformerImpl processor, int eventType, String name, Attributes atts)
Constructor for startElement, endElement events.

Fields of type org.xml.sax.Attributes

Attributes
The current attribute list.

Uses in package org.apache.xalan.transformer

Methods with parameter type org.xml.sax.Attributes

void
TransformerImpl.fireGenerateEvent(int eventType, String name, Attributes atts)
Fire off startElement, endElement events.
void
TransformerHandlerImpl.startElement(String uri, String localName, String qName, Attributes atts)
Filter a start element event.
void
TransformerIdentityImpl.startElement(String uri, String localName, String qName, Attributes attributes)
Receive notification of the start of an element.

Uses in package org.apache.xml.dtm.ref.sax2dtm

Methods with parameter type org.xml.sax.Attributes

void
SAX2DTM.startElement(String uri, String localName, String qName, Attributes attributes)
Receive notification of the start of an element.
void
SAX2DTM2.startElement(String uri, String localName, String qName, Attributes attributes)
Override SAX2DTM.startElement()

Receive notification of the start of an element.

Uses in package org.xml.sax

Methods with parameter type org.xml.sax.Attributes

void
ContentHandler.startElement(String uri, String localName, String qName, Attributes atts)
Receive notification of the beginning of an element.

Uses in package org.apache.xml.utils

Classes implementing org.xml.sax.Attributes

class
Wraps a DOM attribute list in a SAX Attributes.
class
Mutable version of AttributesImpl.

Constructors with parameter type org.xml.sax.Attributes

Copy an existing Attributes object.

Methods with parameter type org.xml.sax.Attributes

void
Add the contents of the attribute list to this list.
void
DOMBuilder.startElement(String ns, String localName, String name, Attributes atts)
Receive notification of the beginning of an element.
void
StylesheetPIHandler.startElement(String namespaceURI, String localName, String qName, Attributes atts)
The spec notes that "The xml-stylesheet processing instruction is allowed only in the prolog of an XML document.", so, at least for right now, I'm going to go ahead an throw a TransformerException in order to stop the parse.

Copyright B) 2004 Apache XML Project. All Rights Reserved.