Searched refs:startLocation (Results 1 – 7 of 7) sorted by relevance
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| H A D | OpenElement.cxx | 19 const Location &startLocation) in OpenElement() argument 25 startLocation_(startLocation), in OpenElement()
|
| H A D | parseCommon.cxx | 286 Location startLocation = currentLocation(); in parseNumericCharRef() local 350 loc = Location(new NumericCharRefOrigin(startLocation, in parseNumericCharRef() 353 - startLocation.index(), in parseNumericCharRef() 435 Location startLocation(in->currentLocation()); in parseEntityReference() local 447 startMarkup(markupPtr != 0, startLocation); in parseEntityReference() 482 entity = lookupEntity(isParameter, name, startLocation, 1); in parseEntityReference() 486 entity = createUndefinedEntity(name, startLocation); in parseEntityReference() 526 startLocation, in parseEntityReference() 529 - startLocation.index(), in parseEntityReference()
|
| H A D | Event.cxx | 42 const Location &startLocation, in StartElementEvent() argument 44 : LocatedEvent(startElement, startLocation), in StartElementEvent() 81 const Location &startLocation, in EndElementEvent() argument 83 : LocatedEvent(endElement, startLocation), in EndElementEvent()
|
| H A D | Param.h | 63 Location startLocation; variable
|
| H A D | parseInstance.cxx | 596 void Parser::acceptPcdata(const Location &startLocation) in acceptPcdata() argument 608 while (tryImplyTag(startLocation, startImpliedCount, attributeListIndex, in acceptPcdata() 757 currentElement().startLocation()); in tryImplyTag() 1133 currentElement().startLocation()); in implyCurrentElementEnd() 1139 currentElement().startLocation()); in implyCurrentElementEnd()
|
| H A D | parseSd.cxx | 3059 Location startLocation = currentLocation(); in parseSdParamLiteral() local 3102 Location(new NumericCharRefOrigin(startLocation, in parseSdParamLiteral() 3105 - startLocation.index(), in parseSdParamLiteral()
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| H A D | OpenElement.h | 30 const Location &startLocation); 48 const Location &startLocation() const; 169 const Location &OpenElement::startLocation() const in startLocation() function
|