Home
last modified time | relevance | path

Searched defs:sourceNode (Results 1 – 25 of 31) sorted by relevance

12

/external/apache-xml/test/trace-src/org/apache/xalan/trace/
DTraceManager.java137 int sourceNode = m_transformer.getXPathContext().getCurrentNode(); in fireTraceEvent() local
157 int sourceNode = m_transformer.getXPathContext().getCurrentNode(); in fireTraceEndEvent() local
224 int sourceNode, ElemTemplateElement styleNode, String attributeName, in fireSelectedEvent()
250 int sourceNode, ElemTemplateElement styleNode, String attributeName, in fireSelectedEndEvent()
423 private Node getDOMNodeFromDTM(int sourceNode) { in getDOMNodeFromDTM()
DEndSelectionEvent.java49 public EndSelectionEvent(TransformerImpl processor, Node sourceNode, in EndSelectionEvent()
DSelectionEvent.java78 public SelectionEvent(TransformerImpl processor, Node sourceNode, in SelectionEvent()
DTracerEvent.java67 public TracerEvent(TransformerImpl processor, Node sourceNode, QName mode, in TracerEvent()
DPrintTraceListener.java192 Node sourceNode = ev.m_sourceNode; in selected() local
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DMsgMgr.java124 public void warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg) in warn()
143 …public void warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg, Object args[]) in warn()
278 public void error(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg) in error()
298 …public void error(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg, Object args[… in error()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemApplyImport.java80 int sourceNode = transformer.getXPathContext().getCurrentNode(); in execute() local
DElemExsltFuncResult.java64 int sourceNode = context.getCurrentNode(); in execute() local
DElemCopy.java96 int sourceNode = xctxt.getCurrentNode(); in execute() local
DElemVariable.java243 int sourceNode = transformer.getXPathContext().getCurrentNode(); in execute() local
261 public XObject getValue(TransformerImpl transformer, int sourceNode) in getValue()
DElemChoose.java96 int sourceNode = xctxt.getCurrentNode(); in execute() local
DElemParam.java116 int sourceNode = transformer.getXPathContext().getCurrentNode(); in execute() local
DElemIf.java131 int sourceNode = xctxt.getCurrentNode(); in execute() local
DElemPI.java130 int sourceNode = xctxt.getCurrentNode(); in execute() local
DXUnresolvedVariable.java77 public XUnresolvedVariable(ElemVariable obj, int sourceNode, in XUnresolvedVariable()
DElemCopyOf.java130 int sourceNode = xctxt.getCurrentNode(); in execute() local
DElemWithParam.java190 public XObject getValue(TransformerImpl transformer, int sourceNode) in getValue()
DElemExtensionCall.java284 String rawName, org.w3c.dom.Node sourceNode, TransformerImpl transformer) in getAttribute()
DElemElement.java207 int sourceNode = xctxt.getCurrentNode(); in execute() local
DElemApplyTemplates.java200 final int sourceNode = xctxt.getCurrentNode(); in transformSelectedNodes() local
DElemNumber.java560 int sourceNode = transformer.getXPathContext().getCurrentNode(); in execute() local
787 String getCountString(TransformerImpl transformer, int sourceNode) in getCountString()
942 public int getTargetNode(XPathContext xctxt, int sourceNode) in getTargetNode()
DElemForEach.java329 final int sourceNode = xctxt.getCurrentNode(); in transformSelectedNodes() local
/external/dagger2/java/dagger/internal/codegen/binding/
DDependencyRequestFormatter.java74 Node sourceNode = graph.network().incidentNodes(edge).source(); in formatEdge() local
/external/apache-xml/src/main/java/org/apache/xpath/
DXPath.java524 XPathContext xctxt, int sourceNode, String msg, Object[] args) in warn()
577 XPathContext xctxt, int sourceNode, String msg, Object[] args) in error()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAccessibilityRecord.java25 private AccessibilityNodeInfo sourceNode; field in ShadowAccessibilityRecord

12