com.smallx.xml.xslt.xt
Interface Action

All Superinterfaces:
Location, SourceLocation
All Known Implementing Classes:
ActionBase

public interface Action
extends SourceLocation


Method Summary
 Name getName()
           
 void invoke(ProcessContext context, Item sourceNode, Result result)
           
 
Methods inherited from interface com.smallx.xml.infoset.SourceLocation
getSourceURI
 
Methods inherited from interface com.smallx.xml.infoset.Location
getColumn, getLine, setColumn, setLine
 

Method Detail

getName

public Name getName()

invoke

public void invoke(ProcessContext context,
                   Item sourceNode,
                   Result result)
            throws XMLException
Throws:
XMLException