1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<!--NewPage--> 3<HTML> 4<HEAD> 5<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> 6<TITLE> 7A-Index (OWASP Java HTML Sanitizer) 8</TITLE> 9 10 11<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> 12 13<SCRIPT type="text/javascript"> 14function windowTitle() 15{ 16 if (location.href.indexOf('is-external=true') == -1) { 17 parent.document.title="A-Index (OWASP Java HTML Sanitizer)"; 18 } 19} 20</SCRIPT> 21<NOSCRIPT> 22</NOSCRIPT> 23 24</HEAD> 25 26<BODY BGCOLOR="white" onload="windowTitle();"> 27<HR> 28 29 30<!-- ========= START OF TOP NAVBAR ======= --> 31<A NAME="navbar_top"><!-- --></A> 32<A HREF="#skip-navbar_top" title="Skip navigation links"></A> 33<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 34<TR> 35<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 36<A NAME="navbar_top_firstrow"><!-- --></A> 37<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 38 <TR ALIGN="center" VALIGN="top"> 39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> 41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> 43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 45 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> 46 </TR> 47</TABLE> 48</TD> 49<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 50<a href="http://code.google.com/p/owasp-java-html-sanitizer" target=_top>code.google.com home</a></EM> 51</TD> 52</TR> 53 54<TR> 55<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 56 PREV LETTER 57 <A HREF="index-2.html"><B>NEXT LETTER</B></A></FONT></TD> 58<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 59 <A HREF="../index.html?index-filesindex-1.html" target="_top"><B>FRAMES</B></A> 60 <A HREF="index-1.html" target="_top"><B>NO FRAMES</B></A> 61 <SCRIPT type="text/javascript"> 62 <!-- 63 if(window==top) { 64 document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>'); 65 } 66 //--> 67</SCRIPT> 68<NOSCRIPT> 69 <A HREF="../allclasses-noframe.html"><B>All Classes</B></A> 70</NOSCRIPT> 71 72 73</FONT></TD> 74</TR> 75</TABLE> 76<A NAME="skip-navbar_top"></A> 77<!-- ========= END OF TOP NAVBAR ========= --> 78 79<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">L</A> <A HREF="index-12.html">M</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <A HREF="index-20.html">W</A> <HR> 80<A NAME="_A_"><!-- --></A><H2> 81<B>A</B></H2> 82<DL> 83<DT><A HREF="../org/owasp/html/HtmlPolicyBuilder.html#allowAttributes(java.lang.String...)"><B>allowAttributes(String...)</B></A> - 84Method in class org.owasp.html.<A HREF="../org/owasp/html/HtmlPolicyBuilder.html" title="class in org.owasp.html">HtmlPolicyBuilder</A> 85<DD>Returns an object that lets you associate policies with the given 86 attributes, and allow them globally or on specific elements. 87<DT><A HREF="../org/owasp/html/HtmlPolicyBuilder.html#allowCommonBlockElements()"><B>allowCommonBlockElements()</B></A> - 88Method in class org.owasp.html.<A HREF="../org/owasp/html/HtmlPolicyBuilder.html" title="class in org.owasp.html">HtmlPolicyBuilder</A> 89<DD>A canned policy that allows a number of common block elements. 90<DT><A HREF="../org/owasp/html/HtmlPolicyBuilder.html#allowCommonInlineFormattingElements()"><B>allowCommonInlineFormattingElements()</B></A> - 91Method in class org.owasp.html.<A HREF="../org/owasp/html/HtmlPolicyBuilder.html" title="class in org.owasp.html">HtmlPolicyBuilder</A> 92<DD>A canned policy that allows a number of common formatting elements. 93<DT><A HREF="../org/owasp/html/CssSchema.html#allowedProperties()"><B>allowedProperties()</B></A> - 94Method in class org.owasp.html.<A HREF="../org/owasp/html/CssSchema.html" title="class in org.owasp.html">CssSchema</A> 95<DD>The set of CSS properties allowed by this schema. 96<DT><A HREF="../org/owasp/html/HtmlPolicyBuilder.html#allowElements(java.lang.String...)"><B>allowElements(String...)</B></A> - 97Method in class org.owasp.html.<A HREF="../org/owasp/html/HtmlPolicyBuilder.html" title="class in org.owasp.html">HtmlPolicyBuilder</A> 98<DD>Allows the named elements. 99<DT><A HREF="../org/owasp/html/HtmlPolicyBuilder.html#allowElements(org.owasp.html.ElementPolicy, java.lang.String...)"><B>allowElements(ElementPolicy, String...)</B></A> - 100Method in class org.owasp.html.<A HREF="../org/owasp/html/HtmlPolicyBuilder.html" title="class in org.owasp.html">HtmlPolicyBuilder</A> 101<DD>Allow the given elements with the given policy. 102<DT><A HREF="../org/owasp/html/FilterUrlByProtocolAttributePolicy.html#allowProtocolRelativeUrls()"><B>allowProtocolRelativeUrls()</B></A> - 103Method in class org.owasp.html.<A HREF="../org/owasp/html/FilterUrlByProtocolAttributePolicy.html" title="class in org.owasp.html">FilterUrlByProtocolAttributePolicy</A> 104<DD> 105<DT><A HREF="../org/owasp/html/HtmlTextEscapingMode.html#allowsEscapingTextSpan(java.lang.String)"><B>allowsEscapingTextSpan(String)</B></A> - 106Static method in enum org.owasp.html.<A HREF="../org/owasp/html/HtmlTextEscapingMode.html" title="enum in org.owasp.html">HtmlTextEscapingMode</A> 107<DD>True iff the content following the given tag allows escaping text 108 spans: <code><!--&hellip;--></code> that escape even things that might 109 be an end tag for the corresponding open tag. 110<DT><A HREF="../org/owasp/html/HtmlPolicyBuilder.html#allowStandardUrlProtocols()"><B>allowStandardUrlProtocols()</B></A> - 111Method in class org.owasp.html.<A HREF="../org/owasp/html/HtmlPolicyBuilder.html" title="class in org.owasp.html">HtmlPolicyBuilder</A> 112<DD>A canned URL protocol policy that allows <code>http</code>, 113 <code>https</code>, and <code>mailto</code>. 114<DT><A HREF="../org/owasp/html/HtmlPolicyBuilder.html#allowStyling()"><B>allowStyling()</B></A> - 115Method in class org.owasp.html.<A HREF="../org/owasp/html/HtmlPolicyBuilder.html" title="class in org.owasp.html">HtmlPolicyBuilder</A> 116<DD>Convert <code>style="<CSS>"</code> to sanitized CSS which allows 117 color, font-size, type-face, and other styling using the default schema; 118 but which does not allow content to escape its clipping context. 119<DT><A HREF="../org/owasp/html/HtmlPolicyBuilder.html#allowStyling(org.owasp.html.CssSchema)"><B>allowStyling(CssSchema)</B></A> - 120Method in class org.owasp.html.<A HREF="../org/owasp/html/HtmlPolicyBuilder.html" title="class in org.owasp.html">HtmlPolicyBuilder</A> 121<DD>Convert <code>style="<CSS>"</code> to sanitized CSS which allows 122 color, font-size, type-face, and other styling using the given schema. 123<DT><A HREF="../org/owasp/html/HtmlPolicyBuilder.html#allowTextIn(java.lang.String...)"><B>allowTextIn(String...)</B></A> - 124Method in class org.owasp.html.<A HREF="../org/owasp/html/HtmlPolicyBuilder.html" title="class in org.owasp.html">HtmlPolicyBuilder</A> 125<DD>Allows text content in the named elements. 126<DT><A HREF="../org/owasp/html/HtmlPolicyBuilder.html#allowUrlProtocols(java.lang.String...)"><B>allowUrlProtocols(String...)</B></A> - 127Method in class org.owasp.html.<A HREF="../org/owasp/html/HtmlPolicyBuilder.html" title="class in org.owasp.html">HtmlPolicyBuilder</A> 128<DD>Adds to the set of protocols that are allowed in URL attributes. 129<DT><A HREF="../org/owasp/html/HtmlPolicyBuilder.html#allowWithoutAttributes(java.lang.String...)"><B>allowWithoutAttributes(String...)</B></A> - 130Method in class org.owasp.html.<A HREF="../org/owasp/html/HtmlPolicyBuilder.html" title="class in org.owasp.html">HtmlPolicyBuilder</A> 131<DD>Assuming the given elements are allowed, allows them to appear without 132 attributes. 133<DT><A HREF="../org/owasp/html/PolicyFactory.html#and(org.owasp.html.PolicyFactory)"><B>and(PolicyFactory)</B></A> - 134Method in class org.owasp.html.<A HREF="../org/owasp/html/PolicyFactory.html" title="class in org.owasp.html">PolicyFactory</A> 135<DD>Produces a factory that allows the union of the grants, and intersects 136 policies where they overlap on a particular granted attribute or element 137 name. 138<DT><A HREF="../org/owasp/html/AttributePolicy.html#apply(java.lang.String, java.lang.String, java.lang.String)"><B>apply(String, String, String)</B></A> - 139Method in interface org.owasp.html.<A HREF="../org/owasp/html/AttributePolicy.html" title="interface in org.owasp.html">AttributePolicy</A> 140<DD> 141<DT><A HREF="../org/owasp/html/ElementPolicy.html#apply(java.lang.String, java.util.List)"><B>apply(String, List<String>)</B></A> - 142Method in interface org.owasp.html.<A HREF="../org/owasp/html/ElementPolicy.html" title="interface in org.owasp.html">ElementPolicy</A> 143<DD> 144<DT><A HREF="../org/owasp/html/FilterUrlByProtocolAttributePolicy.html#apply(java.lang.String, java.lang.String, java.lang.String)"><B>apply(String, String, String)</B></A> - 145Method in class org.owasp.html.<A HREF="../org/owasp/html/FilterUrlByProtocolAttributePolicy.html" title="class in org.owasp.html">FilterUrlByProtocolAttributePolicy</A> 146<DD> 147<DT><A HREF="../org/owasp/html/PolicyFactory.html#apply(org.owasp.html.HtmlStreamEventReceiver)"><B>apply(HtmlStreamEventReceiver)</B></A> - 148Method in class org.owasp.html.<A HREF="../org/owasp/html/PolicyFactory.html" title="class in org.owasp.html">PolicyFactory</A> 149<DD>Produces a sanitizer that emits tokens to <code>out</code>. 150<DT><A HREF="../org/owasp/html/PolicyFactory.html#apply(org.owasp.html.HtmlStreamEventReceiver, org.owasp.html.HtmlChangeListener, CTX)"><B>apply(HtmlStreamEventReceiver, HtmlChangeListener<CTX>, CTX)</B></A> - 151Method in class org.owasp.html.<A HREF="../org/owasp/html/PolicyFactory.html" title="class in org.owasp.html">PolicyFactory</A> 152<DD>Produces a sanitizer that emits tokens to <code>out</code> and that notifies 153 any <code>listener</code> of any dropped tags and attributes. 154<DT><A HREF="../org/owasp/html/AttributePolicy.html" title="interface in org.owasp.html"><B>AttributePolicy</B></A> - Interface in <A HREF="../org/owasp/html/package-summary.html">org.owasp.html</A><DD>A policy that can be applied to an HTML attribute to decide whether or not to 155 allow it in the output, possibly after transforming its value.<DT><A HREF="../org/owasp/html/AttributePolicy.Util.html" title="class in org.owasp.html"><B>AttributePolicy.Util</B></A> - Class in <A HREF="../org/owasp/html/package-summary.html">org.owasp.html</A><DD>Utilities for working with attribute policies.<DT><A HREF="../org/owasp/html/AttributePolicy.Util.html#AttributePolicy.Util()"><B>AttributePolicy.Util()</B></A> - 156Constructor for class org.owasp.html.<A HREF="../org/owasp/html/AttributePolicy.Util.html" title="class in org.owasp.html">AttributePolicy.Util</A> 157<DD> 158</DL> 159<HR> 160 161 162<!-- ======= START OF BOTTOM NAVBAR ====== --> 163<A NAME="navbar_bottom"><!-- --></A> 164<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> 165<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 166<TR> 167<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 168<A NAME="navbar_bottom_firstrow"><!-- --></A> 169<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 170 <TR ALIGN="center" VALIGN="top"> 171 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 172 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> 173 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> 174 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> 175 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 176 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 177 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> 178 </TR> 179</TABLE> 180</TD> 181<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 182<a href="http://code.google.com/p/owasp-java-html-sanitizer" target=_top>code.google.com home</a></EM> 183</TD> 184</TR> 185 186<TR> 187<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 188 PREV LETTER 189 <A HREF="index-2.html"><B>NEXT LETTER</B></A></FONT></TD> 190<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 191 <A HREF="../index.html?index-filesindex-1.html" target="_top"><B>FRAMES</B></A> 192 <A HREF="index-1.html" target="_top"><B>NO FRAMES</B></A> 193 <SCRIPT type="text/javascript"> 194 <!-- 195 if(window==top) { 196 document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>'); 197 } 198 //--> 199</SCRIPT> 200<NOSCRIPT> 201 <A HREF="../allclasses-noframe.html"><B>All Classes</B></A> 202</NOSCRIPT> 203 204 205</FONT></TD> 206</TR> 207</TABLE> 208<A NAME="skip-navbar_bottom"></A> 209<!-- ======== END OF BOTTOM NAVBAR ======= --> 210 211<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">L</A> <A HREF="index-12.html">M</A> <A HREF="index-13.html">O</A> <A HREF="index-14.html">P</A> <A HREF="index-15.html">R</A> <A HREF="index-16.html">S</A> <A HREF="index-17.html">T</A> <A HREF="index-18.html">U</A> <A HREF="index-19.html">V</A> <A HREF="index-20.html">W</A> <HR> 212 213</BODY> 214</HTML> 215