Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
bea-stax
bea-stax-gcj43-build.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bea-stax-gcj43-build.patch of Package bea-stax
--- src/com/bea/xml/stream/AttributeBase.java +++ src/com/bea/xml/stream/AttributeBase.java @@ -86,7 +86,7 @@ public boolean isNamespaceDeclaration() { return false; } public String getLocalName() { return name.getLocalPart(); } public String getValue() { return value; } - public String getDTDType() { return "CDATA"; } + public javax.xml.namespace.QName getDTDType() { return new javax.xml.namespace.QName("CDATA"); } public String getNamespaceURI() { return name.getNamespaceURI();} public void setNamespaceURI(String uri) { name = new QName(uri,name.getLocalPart()); }
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