Searched refs:m_sourceLocator (Results 1 – 4 of 4) sorted by relevance
496 if (null != errHandler && m_sourceLocator != null) in addAttribute()497 errHandler.warning(new TransformerException(msg, m_sourceLocator)); in addAttribute()636 if (null != errHandler && m_sourceLocator != null) in getXMLVersion()637 errHandler.warning(new TransformerException(msg, m_sourceLocator)); in getXMLVersion()
215 protected SourceLocator m_sourceLocator; field in SerializerBase1225 m_sourceLocator = locator; in setSourceLocator()1272 this.m_sourceLocator = null; in resetSerializerBase()
443 && m_sourceLocator != null) { in setProp()446 msg, m_sourceLocator)); in setProp()449 msg2, m_sourceLocator)); in setProp()
81 m_sourceLocator = sourceLocator; in XPathParser()226 javax.xml.transform.SourceLocator m_sourceLocator; field in XPathParser560 ehandler.warning(new TransformerException(fmsg, m_sourceLocator)); in warn()610 TransformerException te = new TransformerException(fmsg, m_sourceLocator); in error()655 TransformerException te = new XPathStylesheetDOM3Exception(fmsg, m_sourceLocator); in errorForDOM3()