133134135136137138139140141
Object o = state.get(XML_VALIDATOR_CONTEXT); if (o instanceof XMLNestedValidatorContext) context = (XMLNestedValidatorContext)o; else if (create) { context = new XMLNestedValidatorContext(); } return context; }