public class PlaceholderEncoder
extends java.lang.Object
| Constructor and Description |
|---|
PlaceholderEncoder() |
| Modifier and Type | Method and Description |
|---|---|
static void |
visit(org.w3c.dom.Document document)
Visits a document's entire tree and check each attribute for a placeholder existence.
|
public static void visit(@NonNull
org.w3c.dom.Document document)
document - the document to visit