Base: add constant for Doctype Attribute

This commit is contained in:
Jonathan Jenne
2022-02-04 13:41:17 +01:00
parent 4bb95bb52b
commit d8b1b7e2b7
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
Namespace IDB
Public Class Attributes
Public Const ATTRIBUTE_DOCTYPE = "Doctype"
End Class
End Namespace