aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/java/org/apache/fop/fo/expr/NCnameProperty.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/java/org/apache/fop/fo/expr/NCnameProperty.java b/src/java/org/apache/fop/fo/expr/NCnameProperty.java
index 7fd8801de..05273584b 100644
--- a/src/java/org/apache/fop/fo/expr/NCnameProperty.java
+++ b/src/java/org/apache/fop/fo/expr/NCnameProperty.java
@@ -86,6 +86,13 @@ public class NCnameProperty extends Property {
}
/**
+ * @return the name as an Object.
+ */
+ public Object getObject() {
+ return this.ncName;
+ }
+
+ /**
* @return ncName for this
*/
public String getNCname() {