Package com.jcabi.xml
Interface Sources
- 
- All Superinterfaces:
 URIResolver
- All Known Implementing Classes:
 ClasspathSources,FileSources
public interface Sources extends URIResolver
Sources for XSLT.- Since:
 - 0.9
 - Suppressed Checkstyle violations:
 - InterfaceIsType (500 lines)
 
 
- 
- 
Method Summary
- 
Methods inherited from interface javax.xml.transform.URIResolver
resolve 
 - 
 
 - 
 
- 
- 
Field Detail
- 
DUMMY
static final Sources DUMMY
Dummy sources. 
 - 
 
 -