case TOOL:
if (subState == State.NOP) {
if (!"tool".equals(qName))
throw new SAXException("Invalid element at this position. Expecting <tool>");
persistedToolWindow = new PersistedToolWindow(attributes);
dockedType = null;
slidingType = null;
floatingType = null;
subState = State.DESCRIPTOR;
} else {