281282283284285286
} public State schemaIncluded (State parent, String expectedNamespace ) { return new SchemaIncludedState(expectedNamespace); } public State simpleType (State parent,StartTagInfo tag) { return new SimpleTypeState(); }
334335336337338339