Get the markup awareness status of the Document. Documents are markup-aware by default. @return whether the Document is markup aware.
()
| 749 | * @return whether the Document is markup aware. |
| 750 | */ |
| 751 | @Override |
| 752 | public Boolean getMarkupAware() { |
| 753 | return markupAware; |
| 754 | } |
| 755 | |
| 756 | /** |
| 757 | * Returns an XML document aming to preserve the original markups( the |