summaryrefslogtreecommitdiff
path: root/include/libxml/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libxml/parser.h')
-rw-r--r--include/libxml/parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libxml/parser.h b/include/libxml/parser.h
index fdfb75fb..b87d9729 100644
--- a/include/libxml/parser.h
+++ b/include/libxml/parser.h
@@ -216,6 +216,7 @@ struct _xmlParserCtxt {
void *_private; /* For user data, libxml won't touch it */
int loadsubset; /* should the external subset be loaded */
+ int linenumbers; /* set line number in element content */
};
/**
@@ -422,6 +423,7 @@ int xmlSubstituteEntitiesDefault(int val);
int xmlKeepBlanksDefault (int val);
void xmlStopParser (xmlParserCtxtPtr ctxt);
int xmlPedanticParserDefault(int val);
+int xmlLineNumbersDefault (int val);
/*
* Recovery mode