Home
last modified time | relevance | path

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

/external/owasp/sanitizer/src/tests/org/owasp/html/
DHtmlStreamRendererTest.java99 renderer.openDocument(); in testIllegalElementName()
122 renderer.openDocument(); in testIllegalAttributeName()
145 renderer.openDocument(); in testCdataContainsEndTag1()
160 renderer.openDocument(); in testCdataContainsEndTag2()
177 renderer.openDocument(); in testRcdataContainsEndTag()
195 renderer.openDocument(); in testTagInCdata()
216 renderer.openDocument(); in testUnclosedEscapingTextSpan()
230 renderer.openDocument(); in testSupplementaryCodepoints()
241 renderer.openDocument(); in testPreSubstitutes1()
252 renderer.openDocument(); in testPreSubstitutes2()
[all …]
DTagBalancingHtmlStreamRendererTest.java60 balancer.openDocument(); in testTagBalancing()
85 balancer.openDocument(); in testTagSoupIronedOut()
101 balancer.openDocument(); in testListInListDirectly()
121 balancer.openDocument(); in testTextContent()
168 balancer.openDocument(); in testMismatchedHeaders()
198 balancer.openDocument(); in testListNesting()
222 balancer.openDocument(); in testTableNesting()
253 balancer.openDocument(); in testNestingLimits()
269 balancer.openDocument(); in testTablesGuarded()
DBenchmark.java145 public void openDocument() { in sanitize()
146 renderer.openDocument(); in sanitize()
DHtmlPolicyBuilderFuzzerTest.java94 policy.openDocument(); in testFuzzedOutput()
DHtmlSanitizerFuzzerTest.java52 public void openDocument() { /* do nothing */ }
/external/owasp/sanitizer/src/main/org/owasp/html/
DHtmlChangeReporter.java91 public void openDocument() { in openDocument() method in HtmlChangeReporter.InputChannel
92 policy.openDocument(); in openDocument()
147 public void openDocument() { in openDocument() method in HtmlChangeReporter.OutputChannel
148 renderer.openDocument(); in openDocument()
DElementAndAttributePolicyBasedSanitizerPolicy.java76 public void openDocument() { in openDocument() method in ElementAndAttributePolicyBasedSanitizerPolicy
79 out.openDocument(); in openDocument()
DHtmlStreamEventReceiver.java38 public void openDocument(); in openDocument() method
DHtmlSanitizer.java128 balancer.openDocument(); in sanitize()
DHtmlStreamRenderer.java117 public final void openDocument() throws IllegalStateException { in openDocument() method in HtmlStreamRenderer
DTagBalancingHtmlStreamEventReceiver.java66 public void openDocument() { in openDocument() method in TagBalancingHtmlStreamEventReceiver
67 underlying.openDocument(); in openDocument()
/external/owasp/sanitizer/src/main/org/owasp/html/examples/
DUrlTextExample.java59 public void openDocument() { in openDocument() method in UrlTextExample.AppendDomainAfterText
60 underlying.openDocument(); in openDocument()