org.apache.cocoon.template.script
Interface InstructionFactory

All Known Implementing Classes:
DefaultInstructionFactory

public interface InstructionFactory

Version:
$Id: InstructionFactory.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Field Summary
static String ROLE
           
 
Method Summary
 Instruction createInstruction(ParsingContext parsingContext, StartElement startElement, Attributes attrs, Stack stack)
           
 boolean isInstruction(StartElement element)
           
 

Field Detail

ROLE

public static final String ROLE
Method Detail

isInstruction

public boolean isInstruction(StartElement element)

createInstruction

public Instruction createInstruction(ParsingContext parsingContext,
                                     StartElement startElement,
                                     Attributes attrs,
                                     Stack stack)
                              throws SAXException
Throws:
SAXException


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.