Package org.apache.wicket.util.xml
Interface CustomEntityResolver.EntityLocator
-
- All Known Implementing Classes:
CustomEntityResolver.ServletApiEntityLocator
- Enclosing class:
- CustomEntityResolver
public static interface CustomEntityResolver.EntityLocator
entity locator manages locating an entity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputSource
locateInputSource()
-
-
-
Method Detail
-
locateInputSource
InputSource locateInputSource() throws SAXException, IOException
- Returns:
- input source
- Throws:
SAXException
IOException
-
-