Home
last modified time | relevance | path

Searched refs:getIgnoreAttributes (Results 1 – 4 of 4) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
DJSilverFactory.java76 new HDFDataFactory(options.getIgnoreAttributes(), options.getStringInternStrategy()); in JSilverFactory()
DJHdf.java117 }, resourceLoader, null, options.getIgnoreAttributes()); in readString()
/external/jsilver/src/com/google/clearsilver/jsilver/
DJSilverOptions.java139 public boolean getIgnoreAttributes() { in getIgnoreAttributes() method in JSilverOptions
DJSilver.java122 new HDFDataFactory(options.getIgnoreAttributes(), options.getStringInternStrategy()); in JSilver()