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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/
H A DNGCCRuntimeEx.java91 public boolean chameleonMode = false; field in class:NGCCRuntimeEx
122 private NGCCRuntimeEx( ParserContext _parser, boolean chameleonMode, NGCCRuntimeEx referer ) { argument
124 this.chameleonMode = chameleonMode;
222 NGCCRuntimeEx runtime = new NGCCRuntimeEx(parser,chameleonMode,this);
457 if( uri.equals("") && chameleonMode )
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DSchema.java177 $runtime.chameleonMode = true;

Completed in 44 milliseconds