public interface ElementWrappable
NOTE: this method is considered part of internal implementation interface, and it is NOT guaranteed to remain unchanged between minor versions (it is however expected not to change in patch versions). So if you have to use it, be prepared for possible additional work.
Modifier and Type | Method and Description |
---|---|
void |
addVirtualWrapping(Set<String> namesToWrap0,
boolean caseInsensitive)
Method that may be called to indicate that specified names
(only local parts retained currently: this may be changed in
future) should be considered "auto-wrapping", meaning that
they will be doubled to contain two opening elements, two
matching closing elements.
|
void addVirtualWrapping(Set<String> namesToWrap0, boolean caseInsensitive)
Copyright © 2023 FasterXML. All rights reserved.