org.apache.cocoon.template.script
Interface InstructionFactory

All Known Implementing Classes:
DefaultInstructionFactory

public interface InstructionFactory

Version:
$Id: InstructionFactory.html 1304258 2012-03-23 10:09:27Z 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

static final String ROLE
Method Detail

isInstruction

boolean isInstruction(StartElement element)

createInstruction

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


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