Class XhtmlEntityResolver

java.lang.Object
com.atlassian.confluence.xml.XhtmlEntityResolver
All Implemented Interfaces:
XMLEntityResolver, XMLResolver, EntityResolver

public class XhtmlEntityResolver extends Object implements XMLEntityResolver
An entity resolver for XHTML entities which will read the entities from the classpath (not the web) and is suitable for use in both STaX and SAX based parsing of XHTML. This resolver caches the entity definition files for faster access.