Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:obsgeek0:repos:ALP
werken-xpath
werken-xpath-NodeTypeStep.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File werken-xpath-NodeTypeStep.patch of Package werken-xpath
--- src/com/werken/xpath/impl/NodeTypeStep.java.sav 2006-05-05 20:09:00.000000000 +0200 +++ src/com/werken/xpath/impl/NodeTypeStep.java 2006-05-05 20:09:25.000000000 +0200 @@ -84,16 +84,16 @@ { if ( isAbsolute() ) { - results.addAll( applyToNodes( ((Element)node).getDocument().getMixedContent() ) ); + results.addAll( applyToNodes( ((Element)node).getDocument().getContent() ) ); } else { - results.addAll( applyToNodes( ((Element)node).getMixedContent() ) ); + results.addAll( applyToNodes( ((Element)node).getContent() ) ); } } else if ( node instanceof Document ) { - results.addAll( applyToNodes( ((Document)node).getMixedContent() ) ); + results.addAll( applyToNodes( ((Document)node).getContent() ) ); } return results;
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