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

  /libcore/luni/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...]
StylesheetHandler.java 273 * @param baseID Base URL for this stylesheet.
275 public void setSystemId(String baseID)
277 pushBaseIndentifier(baseID);
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/utils/
StylesheetPIHandler.java 43 /** The baseID of the document being processed. */
93 * @param baseID The base ID of the XML document, needed to resolve
99 public StylesheetPIHandler(String baseID, String media, String title,
103 m_baseID = baseID;
332 public void setBaseId(String baseId) {
333 m_baseID = baseId;
  /external/webkit/WebCore/svg/animation/
SVGSMILElement.h 124 Condition(Type, BeginOrEnd beginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeats = -1);
SVGSMILElement.cpp 111 SVGSMILElement::Condition::Condition(Type type, BeginOrEnd beginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeats)
114 , m_baseID(baseID)
282 String baseID;
287 baseID = conditionString.left(pos);
304 if (baseID.isEmpty())
313 m_conditions.append(Condition(type, beginOrEnd, baseID, nameString, offset, repeats));
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java     [all...]

Completed in 537 milliseconds