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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DDOMBuilder.java60 this.locatorTable = ltable;
65 private final LocatorTable locatorTable; field in class:DOMBuilder
81 locatorTable.storeStartLocation( e, locator );
99 locatorTable.storeEndLocation( getCurrentElement(), locator );
H A DDOMForestScanner.java140 return forest.locatorTable.getStartLocation( e );
142 return forest.locatorTable.getEndLocation( e );
H A DInternalizer.java589 forest.locatorTable.storeStartLocation(
590 dst, forest.locatorTable.getStartLocation(src) );
591 forest.locatorTable.storeEndLocation(
592 dst, forest.locatorTable.getEndLocation(src) );
611 forest.locatorTable.getStartLocation(errorSource),
H A DDOMForest.java113 public final LocatorTable locatorTable = new LocatorTable(); field in class:DOMForest
304 ContentHandler handler = new DOMBuilder(dom,locatorTable,outerMostBindings);
H A DSCDBasedBindingSet.java242 forest.locatorTable.getStartLocation(errorSource),
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DWSDLParser.java149 errReceiver.error(forest.locatorTable.getStartLocation(binding), WsdlMessages.PARSER_NOT_A_BINDING_FILE(
215 Locator locator = forest.locatorTable.getStartLocation(root.getDocumentElement());
264 Definitions definitions = new Definitions(context.getDocument(), forest.locatorTable.getStartLocation(e));
283 errReceiver.error(forest.locatorTable.getStartLocation(e2), WsdlMessages.PARSING_ONLY_ONE_DOCUMENTATION_ALLOWED(e.getLocalName()));
291 errReceiver.error(forest.locatorTable.getStartLocation(e2), WsdlMessages.PARSING_ONLY_ONE_TYPES_ALLOWED(Constants.TAG_DEFINITIONS));
315 errReceiver.warning(forest.locatorTable.getStartLocation(e2), WsdlMessages.WARNING_WSI_R_2003());
338 Message message = new Message(definitions, forest.locatorTable.getStartLocation(e), errReceiver);
378 MessagePart part = new MessagePart(forest.locatorTable.getStartLocation(e));
401 errReceiver.warning(forest.locatorTable.getStartLocation(e), WsdlMessages.PARSING_ELEMENT_OR_TYPE_REQUIRED(partName));
415 PortType portType = new PortType(definitions, forest.locatorTable
[all...]
H A DDOMBuilder.java64 this.locatorTable = ltable;
69 private final LocatorTable locatorTable; field in class:DOMBuilder
85 locatorTable.storeStartLocation( e, locator );
102 locatorTable.storeEndLocation( getCurrentElement(), locator );
H A DDOMForestScanner.java139 return forest.locatorTable.getStartLocation( e );
141 return forest.locatorTable.getEndLocation( e );
H A DDOMForest.java102 public final LocatorTable locatorTable = new LocatorTable(); field in class:DOMForest
250 DOMBuilder dombuilder = new DOMBuilder(dom, locatorTable, outerMostBindings);
H A DMetadataFinder.java103 com.sun.xml.internal.ws.wsdl.parser.WSDLConstants.QNAME_DEFINITIONS, doc.getNodeName(), locatorTable.getStartLocation(doc).getLineNumber()), locatorTable.getStartLocation(doc));
H A DInternalizer.java356 errorReceiver.warning(forest.locatorTable.getStartLocation((Element) bindings), WsdlMessages.INVALID_CUSTOMIZATION_NAMESPACE(bindings.getLocalName()));
649 forest.locatorTable.getStartLocation(errorSource),
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/framework/
H A DTWSDLParserContextImpl.java118 return forest.locatorTable.getStartLocation(e);

Completed in 48 milliseconds