/external/apache-xml/test/trace-src/org/apache/xalan/trace/ |
D | TraceManager.java | 137 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()
|
D | EndSelectionEvent.java | 49 public EndSelectionEvent(TransformerImpl processor, Node sourceNode, in EndSelectionEvent()
|
D | SelectionEvent.java | 78 public SelectionEvent(TransformerImpl processor, Node sourceNode, in SelectionEvent()
|
D | TracerEvent.java | 67 public TracerEvent(TransformerImpl processor, Node sourceNode, QName mode, in TracerEvent()
|
D | PrintTraceListener.java | 192 Node sourceNode = ev.m_sourceNode; in selected() local
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | MsgMgr.java | 124 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/ |
D | ElemApplyImport.java | 80 int sourceNode = transformer.getXPathContext().getCurrentNode(); in execute() local
|
D | ElemExsltFuncResult.java | 64 int sourceNode = context.getCurrentNode(); in execute() local
|
D | ElemCopy.java | 96 int sourceNode = xctxt.getCurrentNode(); in execute() local
|
D | ElemVariable.java | 243 int sourceNode = transformer.getXPathContext().getCurrentNode(); in execute() local 261 public XObject getValue(TransformerImpl transformer, int sourceNode) in getValue()
|
D | ElemChoose.java | 96 int sourceNode = xctxt.getCurrentNode(); in execute() local
|
D | ElemParam.java | 116 int sourceNode = transformer.getXPathContext().getCurrentNode(); in execute() local
|
D | ElemIf.java | 131 int sourceNode = xctxt.getCurrentNode(); in execute() local
|
D | ElemPI.java | 130 int sourceNode = xctxt.getCurrentNode(); in execute() local
|
D | XUnresolvedVariable.java | 77 public XUnresolvedVariable(ElemVariable obj, int sourceNode, in XUnresolvedVariable()
|
D | ElemCopyOf.java | 130 int sourceNode = xctxt.getCurrentNode(); in execute() local
|
D | ElemWithParam.java | 190 public XObject getValue(TransformerImpl transformer, int sourceNode) in getValue()
|
D | ElemExtensionCall.java | 284 String rawName, org.w3c.dom.Node sourceNode, TransformerImpl transformer) in getAttribute()
|
D | ElemElement.java | 207 int sourceNode = xctxt.getCurrentNode(); in execute() local
|
D | ElemApplyTemplates.java | 200 final int sourceNode = xctxt.getCurrentNode(); in transformSelectedNodes() local
|
D | ElemNumber.java | 560 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()
|
D | ElemForEach.java | 329 final int sourceNode = xctxt.getCurrentNode(); in transformSelectedNodes() local
|
/external/dagger2/java/dagger/internal/codegen/binding/ |
D | DependencyRequestFormatter.java | 74 Node sourceNode = graph.network().incidentNodes(edge).source(); in formatEdge() local
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | XPath.java | 524 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/ |
D | ShadowAccessibilityRecord.java | 25 private AccessibilityNodeInfo sourceNode; field in ShadowAccessibilityRecord
|