de.pdark.decentxml
Class HTMLEntityResolver

java.lang.Object
  extended by de.pdark.decentxml.EntityResolver
      extended by de.pdark.decentxml.HTMLEntityResolver

public class HTMLEntityResolver
extends EntityResolver

Predefined HTML entities.

Source: http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references

Author:
DIGULAA

Field Summary
 
Fields inherited from class de.pdark.decentxml.EntityResolver
AMP_ESCAPE, APOS_ESCAPE, GT_ESCAPE, LT_ESCAPE, QUOT_ESCAPE, resolveMap
 
Constructor Summary
HTMLEntityResolver()
           
HTMLEntityResolver(EntityResolver parent)
           
 
Method Summary
 void clear()
          Remove all definitions from the map except the standard XML entities (<, >, ...)
 
Methods inherited from class de.pdark.decentxml.EntityResolver
add, encode, expand, expandNumericEntity, getCharValidator, getParent, isDefined, resolve, setCharValidator, stripName, validateEntity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLEntityResolver

public HTMLEntityResolver()

HTMLEntityResolver

public HTMLEntityResolver(EntityResolver parent)
Method Detail

clear

public void clear()
Description copied from class: EntityResolver
Remove all definitions from the map except the standard XML entities (<, >, ...)

Overrides:
clear in class EntityResolver


Copyright © 2008-2011. All Rights Reserved.