Home
last modified time | relevance | path

Searched refs:HasCharElementPolicy (Results 1 – 1 of 1) sorted by relevance

/external/owasp/sanitizer/src/tests/org/owasp/html/
DElementPolicyTest.java21 static class HasCharElementPolicy implements ElementPolicy { class in ElementPolicyTest
24 HasCharElementPolicy(char ch) { in HasCharElementPolicy() method in ElementPolicyTest.HasCharElementPolicy
56 ElementPolicy a = new HasCharElementPolicy('a'); in testJoin()
57 ElementPolicy b = new HasCharElementPolicy('b'); in testJoin()
58 ElementPolicy c = new HasCharElementPolicy('c'); in testJoin()
59 ElementPolicy d = new HasCharElementPolicy('d'); in testJoin()