Home
last modified time | relevance | path

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

/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/webkit/Source/WebCore/xml/
DXSLTProcessor.cpp69 const String& sourceEncoding, const String& sourceMIMEType, Node* sourceNode, Frame* frame) in createDocumentFromSource()
126 PassRefPtr<Document> XSLTProcessor::transformToDocument(Node* sourceNode) in transformToDocument()
136 PassRefPtr<DocumentFragment> XSLTProcessor::transformToFragment(Node* sourceNode, Document* outputD… in transformToFragment()
DXSLTProcessorLibxslt.cpp265 static inline xmlDocPtr xmlDocPtrFromNode(Node* sourceNode, bool& shouldDelete) in xmlDocPtrFromNode()
300 bool XSLTProcessor::transformToString(Node* sourceNode, String& mimeType, String& resultString, Str… in transformToString()
DXSLTProcessorQt.cpp114 bool XSLTProcessor::transformToString(Node* sourceNode, String&, String& resultString, String&) in transformToString()
/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
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
DElemVariable.java243 int sourceNode = transformer.getXPathContext().getCurrentNode(); in execute() local
261 public XObject getValue(TransformerImpl transformer, int sourceNode) in getValue()
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
DElemForEach.java329 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()
/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/llvm/lib/Transforms/Instrumentation/
DPathProfiling.cpp483 BallLarusNode* sourceNode = getSource(); in getSuccessorNumber() local
1087 BLInstrumentationNode* sourceNode = (BLInstrumentationNode*)edge->getSource(); in insertInstrumentationStartingAt() local
1405 BallLarusNode* sourceNode = edge->getSource(); in splitCritical() local
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPUtilsImpl.java598 private static void appendSubtree(XMPMetaImpl destXMP, XMPNode sourceNode, XMPNode destParent, in appendSubtree()
/external/webkit/Source/WebCore/editing/
DReplaceSelectionCommand.cpp457 Node* sourceNode = source.deepEquivalent().deprecatedNode(); in shouldMerge() local