Home
last modified time | relevance | path

Searched refs:baseID (Results 1 – 7 of 7) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/processor/
DTransformerFactoryImpl.java260 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 …]
DStylesheetHandler.java275 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/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSVGSMILElement.h181 …Condition(Type, BeginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeat …
182 …RawPtr<Condition> create(Type type, BeginOrEnd beginOrEnd, const String& baseID, const String& nam…
184 … return adoptPtrWillBeNoop(new Condition(type, beginOrEnd, baseID, name, offset, repeat));
191 String baseID() const { return m_baseID; } in baseID() function
DSVGSMILElement.cpp160 SVGSMILElement::Condition::Condition(Type type, BeginOrEnd beginOrEnd, const String& baseID, const … in Condition() argument
163 , m_baseID(baseID) in Condition()
446 String baseID; in parseCondition() local
451 baseID = conditionString.left(pos); in parseCondition()
466 if (baseID.isEmpty()) in parseCondition()
475 m_conditions.append(Condition::create(type, beginOrEnd, baseID, nameString, offset, repeat)); in parseCondition()
584 …ement* eventBase = condition.baseID().isEmpty() ? targetElement() : treeScope().getElementById(Ato… in eventBaseFor()
598 ASSERT(!condition->baseID().isEmpty()); in connectSyncBaseConditions()
599 Element* element = treeScope().getElementById(AtomicString(condition->baseID())); in connectSyncBaseConditions()
635 …if (!condition->baseID().isEmpty() && !document().accessSVGExtensions().isElementPendingResource(t… in connectEventBaseConditions()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/utils/
DStylesheetPIHandler.java99 public StylesheetPIHandler(String baseID, String media, String title, in StylesheetPIHandler() argument
103 m_baseID = baseID; in StylesheetPIHandler()
/external/icu/icu4c/source/i18n/
Dcollationruleparser.cpp618 char baseID[ULOC_FULLNAME_CAPACITY]; in parseSetting() local
619 length = uloc_getBaseName(localeID, baseID, ULOC_FULLNAME_CAPACITY, &errorCode); in parseSetting()
639 importer->getRules(baseID, in parseSetting()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM2.java3310 protected final int getNextNamespaceNode2(int baseID) { in getNextNamespaceNode2() argument
3312 while ((type = _type2(++baseID)) == DTM.ATTRIBUTE_NODE); in getNextNamespaceNode2()
3315 return baseID; in getNextNamespaceNode2()