Home
last modified time | relevance | path

Searched refs:startLocation (Results 1 – 7 of 7) sorted by relevance

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DOpenElement.cxx19 const Location &startLocation) in OpenElement() argument
25 startLocation_(startLocation), in OpenElement()
H A DparseCommon.cxx286 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 DEvent.cxx42 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 DParam.h63 Location startLocation; variable
H A DparseInstance.cxx596 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 DparseSd.cxx3059 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 DOpenElement.h30 const Location &startLocation);
48 const Location &startLocation() const;
169 const Location &OpenElement::startLocation() const in startLocation() function