summaryrefslogtreecommitdiff
path: root/src/core/parser/stack/DocumentHandler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/parser/stack/DocumentHandler.hpp')
-rw-r--r--src/core/parser/stack/DocumentHandler.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/parser/stack/DocumentHandler.hpp b/src/core/parser/stack/DocumentHandler.hpp
index 47534fb..5157709 100644
--- a/src/core/parser/stack/DocumentHandler.hpp
+++ b/src/core/parser/stack/DocumentHandler.hpp
@@ -84,6 +84,11 @@ public:
: Node(mgr, parent), fieldIdx(fieldIdx), transparent(transparent)
{
}
+
+ /**
+ * Returns the FieldDescriptor represented by this DocumentField instance.
+ */
+ Rooted<FieldDescriptor> getDescriptor();
};
/**