Searched defs:expectText (Results 1 - 5 of 5) sorted by relevance

/openjdk7/langtools/test/tools/javadoc/6958836/
H A DTest.java97 void check(String text, String expectText, int expectCount) { argument
100 if (line.contains(expectText))
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DXmlVisitor.java151 boolean expectText(); method in interface:XmlVisitor.TextPredictor
H A DLoader.java46 protected boolean expectText; field in class:Loader
48 protected Loader(boolean expectText) { argument
49 this.expectText = expectText;
139 public final boolean expectText() { method in class:Loader
140 return expectText;
H A DValidatingUnmarshaller.java114 if(predictor.expectText())
128 public boolean expectText() { method in class:ValidatingUnmarshaller
H A DUnmarshallingContext.java548 public boolean expectText() { method in class:UnmarshallingContext
549 return current.loader.expectText;

Completed in 25 milliseconds