HomeSort by relevance Sort by last modified time
    Searched defs:langAttr (Results 1 - 3 of 3) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncLang.java 56 int langAttr = dtm.getAttributeNode(parent, "http://www.w3.org/XML/1998/namespace", "lang");
58 if (DTM.NULL != langAttr)
60 String langVal = dtm.getNodeValue(langAttr);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTSchema.java 269 XSLTAttributeDef langAttr = new XSLTAttributeDef(null, "lang",
398 langAttr,
413 langAttr,
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 804 milliseconds