/**********************************************************************
*/
public XMLStreamLocation2 getLocation()
{
return new LocationImpl(null, null, // pub/sys ids not yet known
_xmlWriter.getAbsOffset(),
_xmlWriter.getRow(), _xmlWriter.getColumn());
}