Returns an XML document aming to preserve the original markups( the original markup will be in the same place and format as it was before processing the document) and include (if possible) the annotations specified in the aSourceAnnotationSet. It is equivalent to toXml(aSourceAnnotationSet, true).
(Set<Annotation> aSourceAnnotationSet)
| 761 | * toXml(aSourceAnnotationSet, true). |
| 762 | */ |
| 763 | @Override |
| 764 | public String toXml(Set<Annotation> aSourceAnnotationSet) { |
| 765 | return toXml(aSourceAnnotationSet, true); |
| 766 | } |
| 767 | |
| 768 | /** |
| 769 | * Returns an XML document aming to preserve the original markups( the |
nothing calls this directly
no test coverage detected