Skip to content

Commit a8c8511

Browse files
chris-evolvedbinaryadamretter
authored andcommitted
[feature] Add explicitly-created document property.
1 parent b9ebedd commit a8c8511

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

exist-core/src/main/java/org/exist/dom/memtree/DocumentImpl.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,10 @@ public long getDocId() {
211211
return docId;
212212
}
213213

214+
public boolean isExplicitlyCreated() {
215+
return explicitlyCreated;
216+
}
217+
214218
public int addNode(final short kind, final short level, final QName qname) {
215219
if(nodeKind == null) {
216220
init();

0 commit comments

Comments
 (0)