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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/xml/
H A DSchemaParser.java402 Location textLoc; field in class:SchemaParser.ForeignElementHandler
449 if (textLoc == null)
450 textLoc = makeLocation();
460 builder.addText(textBuf.toString(), textLoc, getComments());
463 textLoc = null;

Completed in 310 milliseconds