Searched refs:hrefUrl (Results 1 – 2 of 2) sorted by relevance
137 String hrefUrl = getBaseURIOfIncludedStylesheet(handler, sourceFromURIResolver); in startElement() local139 if (handler.importStackContains(hrefUrl)) in startElement()143 …getStylesheetInclErr(), new Object[]{ hrefUrl })); //"(StylesheetHandler) "+hrefUrl+" is directly… in startElement()148 handler.pushImportURL(hrefUrl); in startElement()
1481 void pushImportURL(String hrefUrl) in pushImportURL() argument1483 m_importStack.push(hrefUrl); in pushImportURL()1504 boolean importStackContains(String hrefUrl) in importStackContains() argument1506 return stackContains(m_importStack, hrefUrl); in importStackContains()