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.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 |
Modifier and Type | Method and Description |
---|---|
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 |
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 |
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 |
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.
|
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 |
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 |
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.
|
Modifier and Type | Field and Description |
---|---|
Attributes |
GenerateEvent.m_atts
The current attribute list.
|
Constructor and Description |
---|
GenerateEvent(TransformerImpl processor,
int eventType,
java.lang.String name,
Attributes atts)
Constructor for startElement, endElement events.
|
Modifier and Type | Method and Description |
---|---|
void |
TransformerImpl.fireGenerateEvent(int eventType,
java.lang.String name,
Attributes atts)
Fire off startElement, endElement events.
|
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.
|
void |
TransformerHandlerImpl.startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
Attributes atts)
Filter a start element event.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
void |
SAXImpl.startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qname,
Attributes attributes,
Node node)
Specialized interface used by DOM2SAX.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeList |
Constructor and Description |
---|
AttributeList(Attributes attributes)
Attributes clone constructor
|
Modifier and Type | Method and Description |
---|---|
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 |
TemplatesHandlerImpl.startElement(java.lang.String uri,
java.lang.String localname,
java.lang.String qname,
Attributes attributes)
Just forward SAX2 event to parser object.
|
void |
SAX2DOM.startElement(java.lang.String namespace,
java.lang.String localName,
java.lang.String qName,
Attributes attrs) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
SAX2DTM2.startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
Attributes attributes)
Override SAX2DTM.startElement()
Receive notification of the start of an element.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributesImplSerializer
This class extends org.xml.sax.helpers.AttributesImpl which implements org.
|
Modifier and Type | Method and Description |
---|---|
void |
ToUnknownStream.addAttributes(Attributes atts) |
void |
SerializerBase.addAttributes(Attributes atts)
Add the given attributes to the currently collected ones.
|
void |
ExtendedContentHandler.addAttributes(Attributes atts)
Add attributes to the current element
|
void |
EmptySerializer.addAttributes(Attributes atts) |
void |
SerializerTrace.fireGenerateEvent(int eventType,
java.lang.String name,
Attributes atts)
Fire startElement, endElement events.
|
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 |
ToXMLSAXHandler.startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String name,
Attributes atts) |
void |
ToUnknownStream.startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String elementName,
Attributes atts) |
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 |
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 |
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 |
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 |
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 |
EmptySerializer.startElement(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2,
Attributes arg3) |
Modifier and Type | Class and Description |
---|---|
class |
AttList
Wraps a DOM attribute list in a SAX Attributes.
|
Modifier and Type | Class and Description |
---|---|
class |
MutableAttrListImpl
Mutable version of AttributesImpl.
|
Modifier and Type | Method and Description |
---|---|
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
|
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.
|
Constructor and Description |
---|
MutableAttrListImpl(Attributes atts)
Copy an existing Attributes object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Attributes2
SAX2 extension to augment the per-attribute information
provided though
Attributes . |
Modifier and Type | Class and Description |
---|---|
class |
Attributes2Impl
SAX2 extension helper for additional Attributes information,
implementing the
Attributes2 interface. |
Modifier and Type | Method and Description |
---|---|
void |
Attributes2Impl.setAttributes(Attributes atts)
Copy an entire Attributes object.
|
Constructor and Description |
---|
Attributes2Impl(Attributes atts)
Copy an existing Attributes or Attributes2 object.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributesImpl
Default implementation of the Attributes interface.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
XMLFilterImpl.startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
Attributes atts)
Filter a start element event.
|
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.
|
Constructor and Description |
---|
AttributesImpl(Attributes atts)
Copy an existing Attributes object.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.