Searched defs:isIgnoringElementContentWhitespace (Results 1 - 11 of 11) sorted by relevance

/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DDOMDocumentBuilderFactory.java63 public boolean isIgnoringElementContentWhitespace() { method in class:DOMDocumentBuilderFactory
64 return factory.isIgnoringElementContentWhitespace();
/libcore/dom/src/test/java/org/w3c/domts/
H A DBatikTestDocumentBuilderFactory.java211 public boolean isIgnoringElementContentWhitespace() { method in class:BatikTestDocumentBuilderFactory
H A DDOM4JTestDocumentBuilderFactory.java142 public boolean isIgnoringElementContentWhitespace() { method in class:DOM4JTestDocumentBuilderFactory
H A DDOMTestDocumentBuilderFactory.java145 public abstract boolean isIgnoringElementContentWhitespace(); method in class:DOMTestDocumentBuilderFactory
H A DJTidyDocumentBuilderFactory.java124 public boolean isIgnoringElementContentWhitespace() { method in class:JTidyDocumentBuilderFactory
H A DDOMTest.java248 public final boolean isIgnoringElementContentWhitespace() { method in class:DOMTest
249 return factory.isIgnoringElementContentWhitespace();
H A DJAXPDOMTestDocumentBuilderFactory.java155 public boolean isIgnoringElementContentWhitespace() { method in class:JAXPDOMTestDocumentBuilderFactory
156 return factory.isIgnoringElementContentWhitespace();
H A DLSDocumentBuilderFactory.java394 public boolean isIgnoringElementContentWhitespace() { method in class:LSDocumentBuilderFactory
H A DXercesHTML2DocumentBuilderFactory.java230 public boolean isIgnoringElementContentWhitespace() { method in class:XercesHTML2DocumentBuilderFactory
H A DXercesHTMLDocumentBuilderFactory.java230 public boolean isIgnoringElementContentWhitespace() { method in class:XercesHTMLDocumentBuilderFactory
/libcore/luni/src/main/java/javax/xml/parsers/
H A DDocumentBuilderFactory.java234 public boolean isIgnoringElementContentWhitespace() { method in class:DocumentBuilderFactory

Completed in 281 milliseconds