Searched defs:closeDocument (Results 1 – 6 of 6) sorted by relevance
| /external/owasp/sanitizer/src/main/org/owasp/html/ | ||
| D | HtmlChangeReporter.java | 95     public void closeDocument() {  in closeDocument()  method in HtmlChangeReporter.InputChannel | 
| D | HtmlStreamEventReceiver.java | 40   public void closeDocument();  in closeDocument()  method | 
| D | ElementAndAttributePolicyBasedSanitizerPolicy.java | 82   public void closeDocument() {  in closeDocument()  method in ElementAndAttributePolicyBasedSanitizerPolicy | 
| D | HtmlStreamRenderer.java | 122   public final void closeDocument() throws IllegalStateException {  in closeDocument()  method in HtmlStreamRenderer | 
| D | TagBalancingHtmlStreamEventReceiver.java | 70   public void closeDocument() {  in closeDocument()  method in TagBalancingHtmlStreamEventReceiver | 
| /external/owasp/sanitizer/src/main/org/owasp/html/examples/ | ||
| D | UrlTextExample.java | 62     public void closeDocument() {  in closeDocument()  method in UrlTextExample.AppendDomainAfterText |