diff --git a/FeedsQueryPathParser.inc b/FeedsQueryPathParser.inc
index ddfbd35..9c24160 100644
--- a/FeedsQueryPathParser.inc
+++ b/FeedsQueryPathParser.inc
@@ -349,7 +349,7 @@ class FeedsQueryPathParser extends FeedsParser {
   /**
    * Filters mappings, returning the ones that belong to us.
    */
-  private function filterMappings($mappings) {
+  protected function filterMappings($mappings) {
     $our_mappings = array();
     foreach ($mappings as $mapping) {
       if (strpos($mapping['source'], 'querypathparser:') === 0) {
@@ -362,7 +362,7 @@ class FeedsQueryPathParser extends FeedsParser {
   /**
    * Prints out results from queries.
    */
-  private function debug($item, $source) {
+  protected function debug($item, $source) {
     if (in_array($source, $this->debug)) {
       $o = '<ul>';
       foreach ($item as $i) {
