Uses of Interface
org.xml.sax.Attributes
| Package | Description |
|---|---|
| org.apache.xalan.processor |
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
(a TRaX Templates object).
|
| org.apache.xalan.transformer |
In charge of run-time transformations and the production of result trees.
|
| org.apache.xml.dtm.ref | |
| org.apache.xml.dtm.ref.sax2dtm | |
| org.apache.xml.serializer |
Processes SAX events into streams.
|
| org.apache.xml.serializer.utils | |
| org.apache.xml.utils |
Implementation of Xalan utility classes.
|
| org.xml.sax | |
| org.xml.sax.ext | |
| org.xml.sax.helpers | |
| org.xmlpull.v1.sax2 |
-
Uses of Attributes in org.apache.xalan.processor
Methods in org.apache.xalan.processor with parameters of type Attributes Modifier and Type Method Description protected voidProcessorInclude. parse(StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)Set off a new parse for an included or imported stylesheet.voidProcessorExsltFuncResult. 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.voidProcessorExsltFunction. startElement(StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)Start an ElemExsltFunction.voidProcessorInclude. startElement(StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)Receive notification of the start of an xsl:include element.voidProcessorLRE. startElement(StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)Receive notification of the start of an element.voidProcessorStylesheetElement. startElement(StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)Receive notification of the start of an strip-space element.voidProcessorTemplateElem. startElement(StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)Receive notification of the start of an element.voidStylesheetHandler. startElement(String uri, String localName, String rawName, Attributes attributes)Receive notification of the start of an element.voidXSLTElementProcessor. startElement(StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)Receive notification of the start of an element. -
Uses of Attributes in org.apache.xalan.transformer
Methods in org.apache.xalan.transformer with parameters of type Attributes Modifier and Type Method Description voidTransformerImpl. fireGenerateEvent(int eventType, String name, Attributes atts)Fire off startElement, endElement events.voidTransformerHandlerImpl. startElement(String uri, String localName, String qName, Attributes atts)Filter a start element event.voidTransformerIdentityImpl. startElement(String uri, String localName, String qName, Attributes attributes)Receive notification of the start of an element. -
Uses of Attributes in org.apache.xml.dtm.ref
Methods in org.apache.xml.dtm.ref with parameters of type Attributes Modifier and Type Method Description voidDTMDocumentImpl. startElement(String namespaceURI, String localName, String qName, Attributes atts)voidIncrementalSAXSource_Filter. startElement(String namespaceURI, String localName, String qName, Attributes atts) -
Uses of Attributes in org.apache.xml.dtm.ref.sax2dtm
Methods in org.apache.xml.dtm.ref.sax2dtm with parameters of type Attributes Modifier and Type Method Description voidSAX2DTM. startElement(String uri, String localName, String qName, Attributes attributes)Receive notification of the start of an element.voidSAX2DTM2. startElement(String uri, String localName, String qName, Attributes attributes)Override SAX2DTM.startElement() -
Uses of Attributes in org.apache.xml.serializer
Classes in org.apache.xml.serializer that implement Attributes Modifier and Type Class Description classAttributesImplSerializerThis class extends org.xml.sax.helpers.AttributesImpl which implements org.Methods in org.apache.xml.serializer with parameters of type Attributes Modifier and Type Method Description voidExtendedContentHandler. addAttributes(Attributes atts)Add attributes to the current elementvoidSerializerBase. addAttributes(Attributes atts)Add the given attributes to the currently collected ones.voidToUnknownStream. addAttributes(Attributes atts)voidSerializerTrace. fireGenerateEvent(int eventType, String name, Attributes atts)Fire startElement, endElement events.voidAttributesImplSerializer. setAttributes(Attributes atts)This method sets the attributes, previous attributes are cleared, it also keeps the hashtable up to date for quick lookup via getIndex(qName).voidToHTMLStream. startElement(String namespaceURI, String localName, String name, Attributes atts)Receive notification of the beginning of an element.voidToSAXHandler. 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.voidToStream. 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.voidToTextSAXHandler. startElement(String arg0, String arg1, String arg2, Attributes arg3)Deprecated.voidToTextStream. startElement(String namespaceURI, String localName, String name, Attributes atts)Receive notification of the beginning of an element.voidToUnknownStream. startElement(String namespaceURI, String localName, String elementName, Attributes atts)voidToXMLSAXHandler. startElement(String namespaceURI, String localName, String name, Attributes atts) -
Uses of Attributes in org.apache.xml.serializer.utils
Classes in org.apache.xml.serializer.utils that implement Attributes Modifier and Type Class Description classAttListWraps a DOM attribute list in a SAX Attributes. -
Uses of Attributes in org.apache.xml.utils
Classes in org.apache.xml.utils that implement Attributes Modifier and Type Class Description classAttListWraps a DOM attribute list in a SAX Attributes.Methods in org.apache.xml.utils with parameters of type Attributes Modifier and Type Method Description voidDOMBuilder. startElement(String ns, String localName, String name, Attributes atts)Receive notification of the beginning of an element.voidStylesheetPIHandler. 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. -
Uses of Attributes in org.xml.sax
Methods in org.xml.sax with parameters of type Attributes Modifier and Type Method Description voidContentHandler. startElement(String uri, String localName, String qName, Attributes atts)Receive notification of the beginning of an element. -
Uses of Attributes in org.xml.sax.ext
Subinterfaces of Attributes in org.xml.sax.ext Modifier and Type Interface Description interfaceAttributes2SAX2 extension to augment the per-attribute information provided thoughAttributes.Classes in org.xml.sax.ext that implement Attributes Modifier and Type Class Description classAttributes2ImplSAX2 extension helper for additional Attributes information, implementing theAttributes2interface.Methods in org.xml.sax.ext with parameters of type Attributes Modifier and Type Method Description voidAttributes2Impl. setAttributes(Attributes atts)Copy an entire Attributes object.Constructors in org.xml.sax.ext with parameters of type Attributes Constructor Description Attributes2Impl(Attributes atts)Copy an existing Attributes or Attributes2 object. -
Uses of Attributes in org.xml.sax.helpers
Classes in org.xml.sax.helpers that implement Attributes Modifier and Type Class Description classAttributesImplDefault implementation of the Attributes interface.Methods in org.xml.sax.helpers with parameters of type Attributes Modifier and Type Method Description voidAttributesImpl. setAttributes(Attributes atts)Copy an entire Attributes object.voidDefaultHandler. startElement(String uri, String localName, String qName, Attributes attributes)Receive notification of the start of an element.voidXMLFilterImpl. startElement(String uri, String localName, String qName, Attributes atts)Filter a start element event.voidXMLReaderAdapter. startElement(String uri, String localName, String qName, Attributes atts)Adapt a SAX2 start element event.Constructors in org.xml.sax.helpers with parameters of type Attributes Constructor Description AttributesImpl(Attributes atts)Copy an existing Attributes object. -
Uses of Attributes in org.xmlpull.v1.sax2
Classes in org.xmlpull.v1.sax2 that implement Attributes Modifier and Type Class Description classDriverSAX2 Driver that pulls events from XmlPullParser and comverts them into SAX2 callbacks.