org.thymeleaf.doctype.resolution
Interface IDocTypeResolutionEntry

All Known Implementing Classes:
ClassLoaderDocTypeResolutionEntry, FileDocTypeResolutionEntry, ServletContextDocTypeResolutionEntry

public interface IDocTypeResolutionEntry

Since:
1.0
Author:
Daniel Fernández

Method Summary
 InputSource createInputSource()
           
 DocTypeIdentifier getPublicID()
           
 DocTypeIdentifier getSystemID()
           
 

Method Detail

getPublicID

DocTypeIdentifier getPublicID()

getSystemID

DocTypeIdentifier getSystemID()

createInputSource

InputSource createInputSource()
                              throws SAXException,
                                     IOException
Throws:
SAXException
IOException


Copyright © 2011 The THYMELEAF team. All Rights Reserved.