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
 org.xml.sax.InputSource locateInputSource()
           
 

Method Detail

locateInputSource

org.xml.sax.InputSource locateInputSource()
                                          throws org.xml.sax.SAXException,
                                                 java.io.IOException
Returns:
input source
Throws:
org.xml.sax.SAXException
java.io.IOException


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.