Searched refs:baseID (Results 1 – 6 of 6) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | TransformerFactoryImpl.java | 260 String baseID; in getAssociatedStylesheet() local 270 baseID = dsource.getSystemId(); in getAssociatedStylesheet() 275 baseID = isource.getSystemId(); in getAssociatedStylesheet() 281 StylesheetPIHandler handler = new StylesheetPIHandler(baseID, media, in getAssociatedStylesheet() 294 TreeWalker walker = new TreeWalker(handler, new org.apache.xml.utils.DOM2Helper(), baseID); in getAssociatedStylesheet() 844 String baseID = source.getSystemId(); in newTemplates() local 846 if (null != baseID) { in newTemplates() 847 baseID = SystemIDResolver.getAbsoluteURI(baseID); in newTemplates() 857 return processFromNode(node, baseID); in newTemplates() 868 builder.setSystemId(baseID); in newTemplates() [all …]
|
D | StylesheetHandler.java | 275 public void setSystemId(String baseID) in setSystemId() argument 277 pushBaseIndentifier(baseID); in setSystemId() 1379 void pushBaseIndentifier(String baseID) in pushBaseIndentifier() argument 1382 if (null != baseID) in pushBaseIndentifier() 1384 int posOfHash = baseID.indexOf('#'); in pushBaseIndentifier() 1388 m_fragmentIDString = baseID.substring(posOfHash + 1); in pushBaseIndentifier() 1397 m_baseIdentifiers.push(baseID); in pushBaseIndentifier()
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | StylesheetPIHandler.java | 99 public StylesheetPIHandler(String baseID, String media, String title, in StylesheetPIHandler() argument 103 m_baseID = baseID; in StylesheetPIHandler()
|
/external/webkit/Source/WebCore/svg/animation/ |
D | SVGSMILElement.cpp | 106 SVGSMILElement::Condition::Condition(Type type, BeginOrEnd beginOrEnd, const String& baseID, const … in Condition() argument 109 , m_baseID(baseID) in Condition() 309 String baseID; in parseCondition() local 314 baseID = conditionString.left(pos); in parseCondition() 331 if (baseID.isEmpty()) in parseCondition() 340 m_conditions.append(Condition(type, beginOrEnd, baseID, nameString, offset, repeats)); in parseCondition()
|
D | SVGSMILElement.h | 144 …Condition(Type, BeginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeats…
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
D | SAX2DTM2.java | 3310 protected final int getNextNamespaceNode2(int baseID) { in getNextNamespaceNode2() argument 3312 while ((type = _type2(++baseID)) == DTM.ATTRIBUTE_NODE); in getNextNamespaceNode2() 3315 return baseID; in getNextNamespaceNode2()
|