localVector.add("http://apache.org/xml/features/allow-java-encodings");
localVector.add("http://apache.org/xml/features/standard-uri-conformant");
localVector.add("http://apache.org/xml/features/validate-annotations");
localVector.add("http://apache.org/xml/features/generate-synthetic-annotations");
localVector.add("http://apache.org/xml/features/honour-all-schemaLocations");
this.fRecognizedParameters = new DOMStringListImpl(localVector);
}
return this.fRecognizedParameters;
}