Searched refs:ignoreAttributes (Results 1 - 5 of 5) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DHDFDataFactory.java31 private final boolean ignoreAttributes; field in class:HDFDataFactory
33 public HDFDataFactory(boolean ignoreAttributes) { argument
34 this(ignoreAttributes, new NoOpStringInternStrategy());
37 public HDFDataFactory(boolean ignoreAttributes, StringInternStrategy stringInternStrategy) { argument
38 this(NewHdfParser.newFactory(stringInternStrategy), ignoreAttributes);
41 public HDFDataFactory(ParserFactory hdfParserFactory, boolean ignoreAttributes) { argument
42 this.ignoreAttributes = ignoreAttributes;
64 }, resourceLoader, dataFileName, ignoreAttributes);
H A DParser.java53 * @param ignoreAttributes whether to store parsed HDF attributes in the Data object or not.
57 String dataFileName, boolean ignoreAttributes) throws IOException;
56 parse(Reader reader, Data output, ErrorHandler errorHandler, ResourceLoader resourceLoader, String dataFileName, boolean ignoreAttributes) argument
H A DNewHdfParser.java105 final boolean ignoreAttributes; field in class:NewHdfParser.ParseState
115 boolean ignoreAttributes, HdfNameAttrs hdfNameAttrs, UniqueStack<String> includeStack) {
123 this.ignoreAttributes = ignoreAttributes;
130 String parsedFileName, boolean ignoreAttributes) {
139 hdfParser, parsedFileName, ignoreAttributes, new HdfNameAttrs(), includeStack);
146 originalState.parsedFileName, originalState.ignoreAttributes, new HdfNameAttrs(),
191 ResourceLoader resourceLoader, String dataFileName, boolean ignoreAttributes)
195 dataFileName, ignoreAttributes));
373 if (state.ignoreAttributes) {
113 ParseState(Data output, LineNumberReader lineReader, ErrorHandler errorHandler, ResourceLoader resourceLoader, NewHdfParser hdfParser, String parsedFileName, boolean ignoreAttributes, HdfNameAttrs hdfNameAttrs, UniqueStack<String> includeStack) argument
128 createNewParseState(Data output, Reader reader, ErrorHandler errorHandler, ResourceLoader resourceLoader, NewHdfParser hdfParser, String parsedFileName, boolean ignoreAttributes) argument
190 parse(Reader reader, Data output, Parser.ErrorHandler errorHandler, ResourceLoader resourceLoader, String dataFileName, boolean ignoreAttributes) argument
[all...]
H A DDefaultHdfParser.java36 ResourceLoader resourceLoader, String dataFileName, boolean ignoreAttributes)
35 parse(Reader reader, Data output, ErrorHandler errorHandler, ResourceLoader resourceLoader, String dataFileName, boolean ignoreAttributes) argument
/external/jsilver/src/com/google/clearsilver/jsilver/
H A DJSilverOptions.java40 private boolean ignoreAttributes = false; field in class:JSilverOptions
131 public JSilverOptions setIgnoreAttributes(boolean ignoreAttributes) { argument
132 this.ignoreAttributes = ignoreAttributes;
140 return ignoreAttributes;

Completed in 88 milliseconds