Searched defs:openTag (Results 1 - 11 of 11) sorted by relevance

/external/owasp/sanitizer/src/main/org/owasp/html/
H A DHtmlSanitizer.java67 void openTag(String elementName, List<String> attrs); method in interface:HtmlSanitizer.Policy
185 balancer.openTag(
H A DHtmlStreamEventReceiver.java45 public void openTag(String elementName, List<String> attrs); method in interface:HtmlStreamEventReceiver
H A DElementAndAttributePolicyBasedSanitizerPolicy.java100 public void openTag(String elementName, List<String> attrs) { method in class:ElementAndAttributePolicyBasedSanitizerPolicy
181 out.openTag(adjustedElementName, attrs);
H A DHtmlChangeReporter.java99 public void openTag(String elementName, List<String> attrs) { method in class:HtmlChangeReporter.InputChannel
105 policy.openTag(elementName, attrs);
155 public void openTag(String elementName, List<String> attrs) { method in class:HtmlChangeReporter.OutputChannel
162 renderer.openTag(elementName, attrs);
H A DHtmlStreamRenderer.java141 public final void openTag(String elementName, List<String> attrs) { method in class:HtmlStreamRenderer
H A DTagBalancingHtmlStreamEventReceiver.java78 public void openTag(String elementName, List<String> attrs) { method in class:TagBalancingHtmlStreamEventReceiver
85 underlying.openTag(elementName, attrs);
93 underlying.openTag(elInfo.elementName, attrs);
109 underlying.openTag(
209 underlying.openTag(toResume.elementName, Lists.<String>newArrayList());
/external/owasp/sanitizer/src/main/org/owasp/html/examples/
H A DUrlTextExample.java65 public void openTag(String elementName, List<String> attribs) { method in class:UrlTextExample.AppendDomainAfterText
66 underlying.openTag(elementName, attribs);
138 // assumes that openTag and closeTag events line up with one-another.
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A Dmarkup.cpp190 StringBuilder openTag; local
191 appendStyleNodeOpenTag(openTag, style, document, isBlock);
192 m_reversedPrecedingMarkup.append(openTag.toString());
/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 ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 227 milliseconds