Searched defs:hrefUrl (Results 1 - 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DStylesheetHandler.java1478 * @param hrefUrl non-null reference to the URL for the current imported
1481 void pushImportURL(String hrefUrl) argument
1483 m_importStack.push(hrefUrl);
1500 * @param hrefUrl non-null reference to a URL string.
1504 boolean importStackContains(String hrefUrl) argument
1506 return stackContains(m_importStack, hrefUrl);

Completed in 29 milliseconds