Package com.helger.html.entity
Class HTMLEntityResolver
- java.lang.Object
-
- com.helger.html.entity.HTMLEntityResolver
-
- All Implemented Interfaces:
EntityResolver
@Singleton public final class HTMLEntityResolver extends Object implements EntityResolver
The SAX entity resolver for XHTML resources.- Author:
- Philip Helger
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsSet<String>getAllPublicIds()static HTMLEntityResolvergetInstance()InputSourceresolveEntity(String sPublicId)InputSourceresolveEntity(String sPublicId, String sSystemId)
-
-
-
Method Detail
-
getInstance
@Nonnull public static HTMLEntityResolver getInstance()
-
getAllPublicIds
@Nonnull @ReturnsMutableCopy public com.helger.commons.collection.impl.ICommonsSet<String> getAllPublicIds()
-
resolveEntity
@Nullable public InputSource resolveEntity(@Nullable String sPublicId, @Nullable String sSystemId)
- Specified by:
resolveEntityin interfaceEntityResolver
-
resolveEntity
@Nullable public InputSource resolveEntity(@Nullable String sPublicId)
-
-