de.pannenleiter.xmlapache
Class TraceHook

java.lang.Object
  |
  +--de.pannenleiter.xmlapache.TraceHook

public class TraceHook
extends java.lang.Object

TraceHook -- this extention element accesses the trace system


Field Summary
protected static org.xml.sax.AttributeList emptyAttributes
           
 
Constructor Summary
TraceHook()
           
 
Method Summary
static org.apache.xalan.xpath.XNodeSet dirlist(java.lang.String dir)
           
static java.lang.String get(java.lang.String name)
           
 LogSink getCurrent()
           
static org.apache.xalan.xpath.XNodeSet list()
           
static void set(org.apache.xalan.xslt.XSLProcessorContext context, org.apache.xalan.xslt.ElemExtensionCall that)
           
static org.apache.xalan.xpath.XNodeSet show(java.lang.String idStr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

emptyAttributes

protected static org.xml.sax.AttributeList emptyAttributes
Constructor Detail

TraceHook

public TraceHook()
Method Detail

getCurrent

public LogSink getCurrent()

set

public static void set(org.apache.xalan.xslt.XSLProcessorContext context,
                       org.apache.xalan.xslt.ElemExtensionCall that)
                throws java.lang.Exception

get

public static java.lang.String get(java.lang.String name)
                            throws java.lang.Exception

list

public static org.apache.xalan.xpath.XNodeSet list()
                                            throws java.lang.Exception

show

public static org.apache.xalan.xpath.XNodeSet show(java.lang.String idStr)
                                            throws java.lang.Exception

dirlist

public static org.apache.xalan.xpath.XNodeSet dirlist(java.lang.String dir)
                                               throws java.lang.Exception