|
|||||||||
| Home >> All >> org >> apache >> xalan >> xslt >> [ trace overview ] | PREV NEXT | ||||||||
E
- EVENTTYPE_CDATA - Static variable in class org.apache.xalan.xslt.trace.GenerateEvent
- Event type generated after CDATA is generated.
- EVENTTYPE_CHARACTERS - Static variable in class org.apache.xalan.xslt.trace.GenerateEvent
- Event type generated for character data (CDATA and Ignorable Whitespace have their own events).
- EVENTTYPE_COMMENT - Static variable in class org.apache.xalan.xslt.trace.GenerateEvent
- Event type generated after a comment has been added.
- EVENTTYPE_ENDDOCUMENT - Static variable in class org.apache.xalan.xslt.trace.GenerateEvent
- Event type generated when a document ends.
- EVENTTYPE_ENDELEMENT - Static variable in class org.apache.xalan.xslt.trace.GenerateEvent
- Event type generated when an element ends, after it's children have been added.
- EVENTTYPE_ENTITYREF - Static variable in class org.apache.xalan.xslt.trace.GenerateEvent
- Event type generate after an entity ref is created.
- EVENTTYPE_IGNORABLEWHITESPACE - Static variable in class org.apache.xalan.xslt.trace.GenerateEvent
- Event type generated for ignorable whitespace (I'm not sure how much this is actually called.
- EVENTTYPE_PI - Static variable in class org.apache.xalan.xslt.trace.GenerateEvent
- Event type generated for processing instructions.
- EVENTTYPE_STARTDOCUMENT - Static variable in class org.apache.xalan.xslt.trace.GenerateEvent
- Event type generated when a document begins.
- EVENTTYPE_STARTELEMENT - Static variable in class org.apache.xalan.xslt.trace.GenerateEvent
- Event type generated when an element begins (after the attributes have been processed but before the children have been added).
G
- GenerateEvent - class org.apache.xalan.xslt.trace.GenerateEvent.
- Event generated by the XSL processor after it generates a new node in the result tree.
- GenerateEvent(XSLTEngineImpl, int) - Constructor for class org.apache.xalan.xslt.trace.GenerateEvent
- Constructor for startDocument, endDocument events.
- GenerateEvent(XSLTEngineImpl, int, String, AttributeList) - Constructor for class org.apache.xalan.xslt.trace.GenerateEvent
- Constructor for startElement, endElement events.
- GenerateEvent(XSLTEngineImpl, int, char[], int, int) - Constructor for class org.apache.xalan.xslt.trace.GenerateEvent
- Constructor for characters, cdate events.
- GenerateEvent(XSLTEngineImpl, int, String, String) - Constructor for class org.apache.xalan.xslt.trace.GenerateEvent
- Constructor for processingInstruction events.
- GenerateEvent(XSLTEngineImpl, int, String) - Constructor for class org.apache.xalan.xslt.trace.GenerateEvent
- Constructor for comment and entity ref events.
- generated(GenerateEvent) - Method in class org.apache.xalan.xslt.trace.PrintTraceListener
- Print information about a Generate event.
- generated(GenerateEvent) - Method in interface org.apache.xalan.xslt.trace.TraceListener
- Method that is called just after the formatter listener is called.
M
- m_attributeName - Variable in class org.apache.xalan.xslt.trace.SelectionEvent
- The attribute name from which the selection is made.
- m_atts - Variable in class org.apache.xalan.xslt.trace.GenerateEvent
- The current attribute list.
- m_characters - Variable in class org.apache.xalan.xslt.trace.GenerateEvent
- Character data from a character or cdata event.
- m_data - Variable in class org.apache.xalan.xslt.trace.GenerateEvent
- The string data in the element (comments and PIs).
- m_eventtype - Variable in class org.apache.xalan.xslt.trace.GenerateEvent
- The type of SAX event that was generated, as enumerated in the EVENTTYPE_XXX constants below.
- m_length - Variable in class org.apache.xalan.xslt.trace.GenerateEvent
- The length of the current data in m_characters.
- m_mode - Variable in class org.apache.xalan.xslt.trace.TracerEvent
- The current mode.
- m_name - Variable in class org.apache.xalan.xslt.trace.GenerateEvent
- The name of the element or PI.
- m_processor - Variable in class org.apache.xalan.xslt.trace.GenerateEvent
- The XSLT Processor, which either directly or indirectly contains most needed information.
- m_processor - Variable in class org.apache.xalan.xslt.trace.SelectionEvent
- The XSLT processor instance.
- m_processor - Variable in class org.apache.xalan.xslt.trace.TracerEvent
- The XSLT processor instance.
- m_pw - Variable in class org.apache.xalan.xslt.trace.PrintTraceListener
- The print writer where the events should be written.
- m_selection - Variable in class org.apache.xalan.xslt.trace.SelectionEvent
- The result of the selection.
- m_sourceNode - Variable in class org.apache.xalan.xslt.trace.SelectionEvent
- The current context node.
- m_sourceNode - Variable in class org.apache.xalan.xslt.trace.TracerEvent
- The current context node.
- m_sourceTree - Variable in class org.apache.xalan.xslt.trace.TracerEvent
- The input source tree.
- m_start - Variable in class org.apache.xalan.xslt.trace.GenerateEvent
- The start position of the current data in m_characters.
- m_styleNode - Variable in class org.apache.xalan.xslt.trace.SelectionEvent
- The node in the style tree where the event occurs.
- m_styleNode - Variable in class org.apache.xalan.xslt.trace.TracerEvent
- The node in the style tree where the event occurs.
- m_traceElements - Variable in class org.apache.xalan.xslt.trace.PrintTraceListener
- Set to true if the listener is to print events that occur as each node is 'executed' in the stylesheet.
- m_traceGeneration - Variable in class org.apache.xalan.xslt.trace.PrintTraceListener
- Set to true if the listener is to print information after each result-tree generation event.
- m_traceSelection - Variable in class org.apache.xalan.xslt.trace.PrintTraceListener
- Set to true if the listener is to print information after each selection event.
- m_traceTemplates - Variable in class org.apache.xalan.xslt.trace.PrintTraceListener
- This needs to be set to true if the listener is to print an event whenever a template is invoked.
- m_xpath - Variable in class org.apache.xalan.xslt.trace.SelectionEvent
- The XPath that executed the selection.
O
- org.apache.xalan.xslt.trace - package org.apache.xalan.xslt.trace
P
- PrintTraceListener - class org.apache.xalan.xslt.trace.PrintTraceListener.
- Implementation of the TraceListener interface that prints each event to standard out as it occurs.
- PrintTraceListener(PrintWriter) - Constructor for class org.apache.xalan.xslt.trace.PrintTraceListener
- Construct a trace listener.
- printNode(Node) - Static method in class org.apache.xalan.xslt.trace.TracerEvent
- Returns a string representation of the node.
- printNodeList(NodeList) - Static method in class org.apache.xalan.xslt.trace.TracerEvent
- Returns a string representation of the node list.
S
- SelectionEvent - class org.apache.xalan.xslt.trace.SelectionEvent.
- Event triggered by selection of a node in the style stree.
- SelectionEvent(XSLTEngineImpl, Node, ElemTemplateElement, String, XPath, XObject) - Constructor for class org.apache.xalan.xslt.trace.SelectionEvent
- Create an event originating at the given node of the style tree.
- selected(SelectionEvent) - Method in class org.apache.xalan.xslt.trace.PrintTraceListener
- Method that is called just after the formatter listener is called.
- selected(SelectionEvent) - Method in interface org.apache.xalan.xslt.trace.TraceListener
- Method that is called just after the formatter listener is called.
T
- TraceListener - interface org.apache.xalan.xslt.trace.TraceListener.
- Interface the XSL processor calls when it matches a source node, selects a set of source nodes, or generates a result node.
- TracerEvent - class org.apache.xalan.xslt.trace.TracerEvent.
- Parent class of events generated for tracing the progress of the XSL processor.
- TracerEvent(XSLTEngineImpl, Node, Node, QName, ElemTemplateElement) - Constructor for class org.apache.xalan.xslt.trace.TracerEvent
- Create an event originating at the given node of the style tree.
- trace(TracerEvent) - Method in class org.apache.xalan.xslt.trace.PrintTraceListener
- Print information about a TracerEvent.
- trace(TracerEvent) - Method in interface org.apache.xalan.xslt.trace.TraceListener
- Method that is called when a trace event occurs.
E G M O P S T
|
|||||||||
| Home >> All >> org >> apache >> xalan >> xslt >> [ trace overview ] | PREV NEXT | ||||||||