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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DDFAContentModel.java219 private boolean fEmptyContentIsValid = false; field in class:DFAContentModel
327 return fEmptyContentIsValid ? -1 : 0;
779 // Check to see if we can set the fEmptyContentIsValid flag.
780 fEmptyContentIsValid = ((CMBinOp)fHeadNode).getLeft().isNullable();

Completed in 22 milliseconds