HomeSort by relevance Sort by last modified time
    Searched refs:baseID (Results 1 - 9 of 9) 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...]
StylesheetHandler.java 273 * @param baseID Base URL for this stylesheet.
275 public void setSystemId(String baseID)
277 pushBaseIndentifier(baseID);
    [all...]
  /external/apache-xml/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/Source/WebCore/svg/animation/
SVGSMILElement.h 144 Condition(Type, BeginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeats = -1);
SVGSMILElement.cpp 106 SVGSMILElement::Condition::Condition(Type type, BeginOrEnd beginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeats)
109 , m_baseID(baseID)
309 String baseID;
314 baseID = conditionString.left(pos);
331 if (baseID.isEmpty())
340 m_conditions.append(Condition(type, beginOrEnd, baseID, nameString, offset, repeats));
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java     [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 400 milliseconds