Searched defs:closeDocument (Results 1 - 7 of 7) sorted by relevance

/external/owasp/sanitizer/src/main/org/owasp/html/
H A DHtmlStreamEventReceiver.java40 public void closeDocument(); method in interface:HtmlStreamEventReceiver
H A DElementAndAttributePolicyBasedSanitizerPolicy.java82 public void closeDocument() { method in class:ElementAndAttributePolicyBasedSanitizerPolicy
91 out.closeDocument();
H A DHtmlChangeReporter.java95 public void closeDocument() { method in class:HtmlChangeReporter.InputChannel
96 policy.closeDocument();
151 public void closeDocument() { method in class:HtmlChangeReporter.OutputChannel
152 renderer.closeDocument();
H A DHtmlStreamRenderer.java122 public final void closeDocument() throws IllegalStateException { method in class:HtmlStreamRenderer
403 if (isDocumentOpen()) { closeDocument(); }
H A DTagBalancingHtmlStreamEventReceiver.java70 public void closeDocument() { method in class:TagBalancingHtmlStreamEventReceiver
75 underlying.closeDocument();
/external/owasp/sanitizer/src/main/org/owasp/html/examples/
H A DUrlTextExample.java62 public void closeDocument() { method in class:UrlTextExample.AppendDomainAfterText
63 underlying.closeDocument();
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...

Completed in 132 milliseconds