Searched refs:ATTR_TYPE (Results 1 - 7 of 7) sorted by relevance

/external/jsilver/src/com/google/streamhtmlparser/
H A DHtmlParser.java68 public enum ATTR_TYPE { enum in interface:HtmlParser
153 * or {@code ATTR_TYPE.NONE} if we are not parsing an attribute.
161 * @see HtmlParser.ATTR_TYPE
163 public ATTR_TYPE getAttributeType();
226 * {@link #getAttributeType()} returning {@code .ATTR_TYPE#URI}.
H A DHtmlParserFactory.java41 * {@link HtmlParserFactory#createParserInAttribute(HtmlParser.ATTR_TYPE,
49 * {@link HtmlParser.ATTR_TYPE#JS} - and only when the attribute is also
59 * {@link HtmlParser.ATTR_TYPE#URI}.
174 * createParserInAttribute(HtmlParser.ATTR_TYPE.URI, true)}
179 * As a special-case, when called with the {@code HtmlParser.ATTR_TYPE}
180 * of {@code HtmlParser.ATTR_TYPE.NONE}, the parser is created in a state
193 HtmlParser.ATTR_TYPE attrtype,
235 "Did not recognize ATTR_TYPE given: " + attrtype);
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
H A DAutoEscapeContext.java205 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.REGULAR, true, null);
209 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.REGULAR, false, null);
213 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.URI, true,
218 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.URI, false,
223 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.URI, true, null);
227 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.URI, false, null);
231 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.JS, true,
236 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.JS, true, null);
245 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.JS, false, null);
249 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE
[all...]
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DHtmlParserImpl.java232 && (getAttributeType() == ATTR_TYPE.STYLE))
237 public ATTR_TYPE getAttributeType() {
240 return ATTR_TYPE.NONE;
243 return ATTR_TYPE.JS;
246 return ATTR_TYPE.URI;
249 return ATTR_TYPE.STYLE;
258 return ATTR_TYPE.URI;
261 return ATTR_TYPE.REGULAR;
308 if (getAttributeType() != ATTR_TYPE.URI) {
409 && getAttributeType() == ATTR_TYPE
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 186 milliseconds