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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/
H A DNGCCRuntimeEx.java324 public void parseEntity( InputSource source, boolean includeMode, String expectedNamespace, Locator importLocation ) argument
329 Schema s = new Schema(this,includeMode,expectedNamespace);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DSchema.java53 private boolean includeMode; field in class:Schema
78 this.includeMode = _includeMode;
159 if(!includeMode) {

Completed in 33 milliseconds