ebmlite icon indicating copy to clipboard operation
ebmlite copied to clipboard

Option to completely ignore voids

Open pscheidler opened this issue 6 years ago • 1 comments

Voids are currently kept as small, unused objects. They could be removed

pscheidler avatar Nov 14 '19 15:11 pscheidler

Clarification:

  • "Ignore Voids" would be an argument for Schema.load() and affect the resulting Document.
  • Void elements would not show up when either the Document or Master elements are iterated. They would not get cached, nor show up in the total returned by len().

StokesMIDE avatar Nov 14 '19 20:11 StokesMIDE