Home
last modified time | relevance | path

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

/libcore/dom/src/test/java/org/w3c/domts/
DLSDocumentBuilderFactory.java77 private final boolean fixedValue; field in LSDocumentBuilderFactory.LSFixedStrategy
85 public LSFixedStrategy(boolean fixedValue) { in LSFixedStrategy() argument
86 this.fixedValue = fixedValue; in LSFixedStrategy()
95 if (setting.getValue() != fixedValue) { in applySetting()
104 return fixedValue; in hasSetting()