Searched refs:NodeConsumer (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DNodeConsumer.java21 * $Id: NodeConsumer.java,v 1.2.4.1 2005/09/15 08:15:50 suresh_emailid Exp $
33 public interface NodeConsumer interface
H A DTreeWalker.java295 if (m_contentHandler instanceof NodeConsumer)
297 ((NodeConsumer) m_contentHandler).setOriginatingNode(node);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMTreeWalker.java26 import com.sun.org.apache.xml.internal.utils.NodeConsumer;
220 if (m_contentHandler instanceof NodeConsumer)
223 // ((NodeConsumer) m_contentHandler).setOriginatingNode(node);

Completed in 29 milliseconds