org.apache.cocoon.template.script
Interface InstructionFactory
- All Known Implementing Classes:
- DefaultInstructionFactory
public interface InstructionFactory
- Version:
- $Id: InstructionFactory.java 449189 2006-09-23 06:52:29Z crossley $
ROLE
static final String ROLE
isInstruction
boolean isInstruction(StartElement element)
createInstruction
Instruction createInstruction(ParsingContext parsingContext,
StartElement startElement,
Attributes attrs,
Stack stack)
throws SAXException
- Throws:
SAXException
Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.