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
 org.xml.sax.InputSource createInputSource()
           
 DocTypeIdentifier getPublicID()
           
 DocTypeIdentifier getSystemID()
           
 

Method Detail

getPublicID

DocTypeIdentifier getPublicID()

getSystemID

DocTypeIdentifier getSystemID()

createInputSource

org.xml.sax.InputSource createInputSource()
                                          throws org.xml.sax.SAXException,
                                                 java.io.IOException
Throws:
org.xml.sax.SAXException
java.io.IOException


Copyright © 2012 The THYMELEAF team. All Rights Reserved.