This project has retired. For details please refer to its Attic page.
InstructionFactory (Cocoon API 2.1.12-dev [March 20 2012])

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.