// has a next process set
XMLProcess testable = createTestableProcess();
prepareProcessForFlowControlTest(testable);
// invoke the method being tested
testable.startElement(NAMESPACE_URI, LOCAL_NAME, Q_NAME, ATTS);
// in flow control mode ensure event was not forwarded to
// the next process
XMLProcessTestable next =
(XMLProcessTestable) testable.getNextProcess();