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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/
H A DParserContext.java68 private final Vector<Patch> errorCheckers = new Vector<Patch>(); field in class:ParserContext
129 for (Patch patcher : errorCheckers)
131 errorCheckers.clear();
159 errorCheckers.add(patch);

Completed in 21 milliseconds