|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attributes | |
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.trace | Implementation of Xalan Trace events, for use by a debugger. |
org.apache.xalan.transformer | In charge of run-time transformations and the production of result trees. |
org.apache.xalan.xsltc.compiler | |
org.apache.xalan.xsltc.dom | |
org.apache.xalan.xsltc.runtime | |
org.apache.xalan.xsltc.trax | |
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 |
Uses of Attributes in org.apache.xalan.processor |
Methods in org.apache.xalan.processor with parameters of type Attributes | |
void |
XSLTElementProcessor.startElement(StylesheetHandler handler,
java.lang.String uri,
java.lang.String localName,
java.lang.String rawName,
Attributes attributes)
Receive notification of the start of an element. |
void |
ProcessorInclude.startElement(StylesheetHandler handler,
java.lang.String uri,
java.lang.String localName,
java.lang.String rawName,
Attributes attributes)
Receive notification of the start of an xsl:include element. |
void |
ProcessorTemplateElem.startElement(StylesheetHandler handler,
java.lang.String uri,
java.lang.String localName,
java.lang.String rawName,
Attributes attributes)
Receive notification of the start of an element. |
void |
StylesheetHandler.startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String rawName,
Attributes attributes)
Receive notification of the start of an element. |
void |
ProcessorLRE.startElement(StylesheetHandler handler,
java.lang.String uri,
java.lang.String localName,
java.lang.String rawName,
Attributes attributes)
Receive notification of the start of an element. |
void |
ProcessorExsltFunction.startElement(StylesheetHandler handler,
java.lang.String uri,
java.lang.String localName,
java.lang.String rawName,
Attributes attributes)
Start an ElemExsltFunction. |
void |
ProcessorExsltFuncResult.startElement(StylesheetHandler handler,
java.lang.String uri,
java.lang.String localName,
java.lang.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 |
ProcessorStylesheetElement.startElement(StylesheetHandler handler,
java.lang.String uri,
java.lang.String localName,
java.lang.String rawName,
Attributes attributes)
Receive notification of the start of an strip-space element. |
Uses of Attributes in org.apache.xalan.trace |
Fields in org.apache.xalan.trace declared as Attributes | |
Attributes |
GenerateEvent.m_atts
The current attribute list. |
Constructors in org.apache.xalan.trace with parameters of type Attributes | |
GenerateEvent.GenerateEvent(TransformerImpl processor,
int eventType,
java.lang.String name,
Attributes atts)
Constructor for startElement, endElement events. |
Uses of Attributes in org.apache.xalan.transformer |
Methods in org.apache.xalan.transformer with parameters of type Attributes | |
void |
TransformerImpl.fireGenerateEvent(int eventType,
java.lang.String name,
Attributes atts)
Fire off startElement, endElement events. |
void |
TransformerHandlerImpl.startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
Attributes atts)
Filter a start element event. |
void |
TransformerIdentityImpl.startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
Attributes attributes)
Receive notification of the start of an element. |
Uses of Attributes in org.apache.xalan.xsltc.compiler |
Methods in org.apache.xalan.xsltc.compiler with parameters of type Attributes | |
SyntaxTreeNode |
Parser.makeInstance(java.lang.String uri,
java.lang.String prefix,
java.lang.String local,
Attributes attributes)
|
void |
Parser.startElement(java.lang.String uri,
java.lang.String localname,
java.lang.String qname,
Attributes attributes)
SAX2: Receive notification of the beginning of an element. |
Uses of Attributes in org.apache.xalan.xsltc.dom |
Methods in org.apache.xalan.xsltc.dom with parameters of type Attributes | |
void |
SAXImpl.startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qname,
Attributes attributes,
Node node)
Specialized interface used by DOM2SAX. |
void |
SAXImpl.startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qname,
Attributes attributes)
SAX2: Receive notification of the beginning of an element. |
void |
AdaptiveResultTreeImpl.startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
Attributes attributes)
|
Uses of Attributes in org.apache.xalan.xsltc.runtime |
Classes in org.apache.xalan.xsltc.runtime that implement Attributes | |
class |
AttributeList
|
Constructors in org.apache.xalan.xsltc.runtime with parameters of type Attributes | |
AttributeList.AttributeList(Attributes attributes)
Attributes clone constructor |
Uses of Attributes in org.apache.xalan.xsltc.trax |
Methods in org.apache.xalan.xsltc.trax with parameters of type Attributes | |
void |
TransformerHandlerImpl.startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qname,
Attributes attributes)
Implements org.xml.sax.ContentHandler.startElement() Receive notification of the beginning of an element. |
void |
SAX2DOM.startElement(java.lang.String namespace,
java.lang.String localName,
java.lang.String qName,
Attributes attrs)
|
void |
TemplatesHandlerImpl.startElement(java.lang.String uri,
java.lang.String localname,
java.lang.String qname,
Attributes attributes)
Just forward SAX2 event to parser object. |
Uses of Attributes in org.apache.xml.dtm.ref |
Methods in org.apache.xml.dtm.ref with parameters of type Attributes | |
void |
IncrementalSAXSource_Filter.startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName,
Attributes atts)
|
void |
DTMDocumentImpl.startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.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 | |
void |
SAX2DTM.startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
Attributes attributes)
Receive notification of the start of an element. |
void |
SAX2DTM2.startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
Attributes attributes)
Override SAX2DTM.startElement() |
Uses of Attributes in org.apache.xml.serializer |
Classes in org.apache.xml.serializer that implement Attributes | |
class |
AttributesImplSerializer
This class extends org.xml.sax.helpers.AttributesImpl which implements org. |
Methods in org.apache.xml.serializer with parameters of type Attributes | |
void |
EmptySerializer.addAttributes(Attributes atts)
|
void |
EmptySerializer.startElement(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2,
Attributes arg3)
|
void |
SerializerBase.addAttributes(Attributes atts)
Add the given attributes to the currently collected ones. |
void |
ToSAXHandler.startElement(java.lang.String arg0,
java.lang.String arg1,
java.lang.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 |
ToXMLSAXHandler.startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String name,
Attributes atts)
|
void |
ToTextSAXHandler.startElement(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2,
Attributes arg3)
Deprecated. |
void |
ToStream.startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.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 |
ToHTMLStream.startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String name,
Attributes atts)
Receive notification of the beginning of an element. |
void |
AttributesImplSerializer.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). |
void |
SerializerTrace.fireGenerateEvent(int eventType,
java.lang.String name,
Attributes atts)
Fire startElement, endElement events. |
void |
ToHTMLSAXHandler.startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName,
Attributes atts)
Deprecated. 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 |
ToTextStream.startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String name,
Attributes atts)
Receive notification of the beginning of an element. |
void |
ExtendedContentHandler.addAttributes(Attributes atts)
Add attributes to the current element |
void |
ToUnknownStream.startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String elementName,
Attributes atts)
|
void |
ToUnknownStream.addAttributes(Attributes atts)
|
Uses of Attributes in org.apache.xml.serializer.utils |
Classes in org.apache.xml.serializer.utils that implement Attributes | |
class |
AttList
Wraps 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 | |
class |
MutableAttrListImpl
Mutable version of AttributesImpl. |
Methods in org.apache.xml.utils with parameters of type Attributes | |
void |
MutableAttrListImpl.addAttributes(Attributes atts)
Add the contents of the attribute list to this list. |
void |
StylesheetPIHandler.startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.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. |
void |
DOMBuilder.startElement(java.lang.String ns,
java.lang.String localName,
java.lang.String name,
Attributes atts)
Receive notification of the beginning of an element. |
Constructors in org.apache.xml.utils with parameters of type Attributes | |
MutableAttrListImpl.MutableAttrListImpl(Attributes atts)
Copy an existing Attributes object. |
Uses of Attributes in org.xml.sax |
Methods in org.xml.sax with parameters of type Attributes | |
void |
ContentHandler.startElement(java.lang.String uri,
java.lang.String localName,
java.lang.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 | |
interface |
Attributes2
SAX2 extension to augment the per-attribute information provided though Attributes . |
Classes in org.xml.sax.ext that implement Attributes | |
class |
Attributes2Impl
SAX2 extension helper for additional Attributes information, implementing the Attributes2 interface. |
Methods in org.xml.sax.ext with parameters of type Attributes | |
void |
Attributes2Impl.setAttributes(Attributes atts)
Copy an entire Attributes object. |
Constructors in org.xml.sax.ext with parameters of type Attributes | |
Attributes2Impl.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 | |
class |
AttributesImpl
Default implementation of the Attributes interface. |
Methods in org.xml.sax.helpers with parameters of type Attributes | |
void |
DefaultHandler.startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
Attributes attributes)
Receive notification of the start of an element. |
void |
XMLFilterImpl.startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
Attributes atts)
Filter a start element event. |
void |
AttributesImpl.setAttributes(Attributes atts)
Copy an entire Attributes object. |
void |
XMLReaderAdapter.startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
Attributes atts)
Adapt a SAX2 start element event. |
Constructors in org.xml.sax.helpers with parameters of type Attributes | |
AttributesImpl.AttributesImpl(Attributes atts)
Copy an existing Attributes object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |