Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:Alexander_Naumov:SLE12
isorelax
isorelax-java5-compatibility.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File isorelax-java5-compatibility.patch of Package isorelax
--- src/org/iso_relax/jaxp/ValidatingDocumentBuilderFactory.java +++ src/org/iso_relax/jaxp/ValidatingDocumentBuilderFactory.java @@ -101,4 +101,12 @@ { _WrappedFactory.setIgnoringElementContentWhitespace(whitespace); } public void setNamespaceAware(boolean awareness) { _WrappedFactory.setNamespaceAware(awareness); } + + //java5 build + public boolean getFeature(String name) throws ParserConfigurationException { + return _WrappedFactory.getFeature(name); + } + public void setFeature(String name, boolean value) throws ParserConfigurationException { + _WrappedFactory.setFeature(name, value); + } }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor