Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
werken-xpath
werken-xpath-ElementNamespaceContext.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File werken-xpath-ElementNamespaceContext.patch of Package werken-xpath
--- src/com/werken/xpath/ElementNamespaceContext.java.sav 2006-05-05 19:54:34.000000000 +0200 +++ src/com/werken/xpath/ElementNamespaceContext.java 2006-05-05 19:55:02.000000000 +0200 @@ -62,12 +62,12 @@ lineage.push(_element); - Element elem = _element.getParent(); + Element elem = (Element)_element.getParent(); while (elem != null) { lineage.push(elem); - elem = elem.getParent(); + elem = (Element)elem.getParent(); } List nsList = null;
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