HomeSort by relevance Sort by last modified time
    Searched refs:m_sourceLocator (Results 1 - 5 of 5) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToXMLStream.java 496 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));
SerializerBase.java 215 protected SourceLocator m_sourceLocator;
    [all...]
ToStream.java 443 && m_sourceLocator != null) {
446 msg, m_sourceLocator));
449 msg2, m_sourceLocator));
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java 81 m_sourceLocator = sourceLocator;
226 javax.xml.transform.SourceLocator m_sourceLocator;
560 ehandler.warning(new TransformerException(fmsg, m_sourceLocator));
610 TransformerException te = new TransformerException(fmsg, m_sourceLocator);
655 TransformerException te = new XPathStylesheetDOM3Exception(fmsg, m_sourceLocator);
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 

Completed in 110 milliseconds