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

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
TransformerFactoryImpl.java 260 String baseID;
270 baseID = dsource.getSystemId();
275 baseID = isource.getSystemId();
281 StylesheetPIHandler handler = new StylesheetPIHandler(baseID, media,
294 TreeWalker walker = new TreeWalker(handler, new org.apache.xml.utils.DOM2Helper(), baseID);
844 String baseID = source.getSystemId();
846 if (null != baseID) {
847 baseID = SystemIDResolver.getAbsoluteURI(baseID);
857 return processFromNode(node, baseID);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.cpp 150 SVGSMILElement::Condition::Condition(Type type, BeginOrEnd beginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeat)
153 , m_baseID(baseID)
426 String baseID;
431 baseID = conditionString.left(pos);
446 if (baseID.isEmpty())
455 m_conditions.append(Condition(type, beginOrEnd, baseID, nameString, offset, repeat));
    [all...]
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 41 milliseconds