protected void processContent(List<Object> pContent) {
List<Object> pResult = null;
boolean haveChanges = false;
boolean inField = false;
Object item = null;
STFldCharType fldCharType = null;
int level = 0;
int state = STATE_EXPECT_BEGIN;
int markIdx = 0;
List<Object> resultList = new ArrayList<Object>(2);
StringBuilder instrTextBuffer = new StringBuilder(128);