1 package org.exoplatform.services.xml.querying.impl.xtas; 2 import org.exoplatform.services.xml.querying.InvalidStatementException; 3 4 9 public interface InstructionsSupport { 10 Instruction pickNextInstruction() throws ForbiddenOperationException, InvalidStatementException; 11 12 void addInstruction (String type, String match, UniFormTree newValue) throws InvalidStatementException; 13 14 Instruction[] getInstructions( ); 15 } 16 | Popular Tags |