Home
last modified time | relevance | path

Searched refs:m_tracer (Results 1 – 10 of 10) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializerBase.java98 if (m_tracer != null) in fireEndElem()
101 m_tracer.fireGenerateEvent(SerializerTrace.EVENTTYPE_ENDELEMENT,name, (Attributes)null); in fireEndElem()
114 if (m_tracer != null) in fireCharEvent()
117 m_tracer.fireGenerateEvent(SerializerTrace.EVENTTYPE_CHARACTERS, chars, start,length); in fireCharEvent()
213 protected SerializerTrace m_tracer; field in SerializerBase
531 if (m_tracer != null) in endEntity()
909 if (m_tracer != null) in entityReference()
927 m_tracer = (SerializerTrace) m_transformer; in setTransformer()
929 m_tracer = null; in setTransformer()
995 if (m_tracer != null) in fireStartEntity()
[all …]
DToTextStream.java90 if (m_tracer != null) in endDocument()
131 if (m_tracer != null) { in startElement()
166 if (m_tracer != null) in endElement()
222 if (m_tracer != null) in characters()
383 if (m_tracer != null) in cdata()
457 if (m_tracer != null) in processingInstruction()
498 if (m_tracer != null) in comment()
511 if (m_tracer != null) in entityReference()
542 if (m_tracer != null) in endElement()
558 if (m_tracer != null) { in startElement()
DToTextSAXHandler.java53 if (m_tracer != null) in endElement()
63 if (m_tracer != null) in endElement()
83 if (m_tracer != null) in comment()
253 if (m_tracer != null) in processingInstruction()
343 if (m_tracer != null) in endDocument()
374 if (m_tracer != null) in characters()
DSerializerTraceWriter.java55 private final SerializerTrace m_tracer; field in SerializerTraceWriter
100 m_tracer = tracer; in SerializerTraceWriter()
122 if (m_tracer != null) in flushBuffer()
123 m_tracer.fireGenerateEvent( in flushBuffer()
DToSAXHandler.java151 if (m_tracer != null) in comment()
204 if (m_tracer != null) in startElement()
321 if (m_tracer != null) in startElement()
337 if (m_tracer != null) in startElement()
DToXMLSAXHandler.java185 if (m_tracer != null) in endDocument()
265 if (m_tracer != null) in endElement()
407 if (m_tracer != null) in comment()
545 if (m_tracer != null) in characters()
587 if (m_tracer != null) in processingInstruction()
DToStream.java662 if (m_tracer != null) { in setWriterInternal()
673 m_writer = new SerializerTraceWriter(m_writer, m_tracer); in setWriterInternal()
1310 if (m_tracer != null) in cdata()
1436 if (m_tracer != null) in characters()
1636 if (m_tracer != null) in characters()
1959 if (m_tracer != null) in startElement()
2219 if (m_tracer != null) in endElement()
2264 if (m_tracer != null) in endElement()
2462 if (m_tracer != null) in comment()
2618 if (m_tracer != null) in closeStartTag()
[all …]
DToUnknownStream.java494 if (m_tracer != null) in startElement()
1259 m_tracer = (SerializerTrace) t; in setTransformer()
1261 m_tracer = null; in setTransformer()
1291 if (m_tracer != null) { in firePseudoElement()
1301 m_tracer.fireGenerateEvent( in firePseudoElement()
DToXMLStream.java201 if (m_tracer != null) in endDocument()
333 if (m_tracer != null) in processingInstruction()
367 if (m_tracer != null) in entityReference()
DToHTMLStream.java769 if (m_tracer != null) in endDocument()
870 if (m_tracer != null) in startElement()
986 if (m_tracer != null) in endElement()
1021 if (m_tracer != null) in endElement()
1549 if (m_tracer != null) in characters()
1721 if (m_tracer != null) in processingInstruction()
1796 if (m_tracer != null) in closeStartTag()