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 $
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-2010 The Apache Software Foundation. All Rights Reserved.