org.apache.cocoon.template.script
Interface InstructionFactory
- All Known Implementing Classes:
- DefaultInstructionFactory
- public interface InstructionFactory
- Version:
- $Id: InstructionFactory.java 587761 2007-10-24 03:08:05Z vgritsenko $
ROLE
public static final String ROLE
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.