Searched refs:m_sourceLocator (Results 1 - 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToXMLStream.java496 if (null != errHandler && m_sourceLocator != null)
497 errHandler.warning(new TransformerException(msg, m_sourceLocator));
636 if (null != errHandler && m_sourceLocator != null)
637 errHandler.warning(new TransformerException(msg, m_sourceLocator));
H A DSerializerBase.java215 protected SourceLocator m_sourceLocator; field in class:SerializerBase
1225 m_sourceLocator = locator;
1272 this.m_sourceLocator = null;
H A DToStream.java443 && m_sourceLocator != null) {
446 msg, m_sourceLocator));
449 msg2, m_sourceLocator));
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DXPathParser.java81 m_sourceLocator = sourceLocator;
226 javax.xml.transform.SourceLocator m_sourceLocator; field in class:XPathParser
560 ehandler.warning(new TransformerException(fmsg, m_sourceLocator));
610 TransformerException te = new TransformerException(fmsg, m_sourceLocator);
655 TransformerException te = new XPathStylesheetDOM3Exception(fmsg, m_sourceLocator);

Completed in 194 milliseconds