org.apache.abdera.ext.html
Class HtmlParserOptions

java.lang.Object
  extended by org.apache.abdera.util.AbstractParserOptions
      extended by org.apache.abdera.ext.html.HtmlParserOptions
All Implemented Interfaces:
Cloneable, ParserOptions

public class HtmlParserOptions
extends AbstractParserOptions


Field Summary
 
Fields inherited from class org.apache.abdera.util.AbstractParserOptions
aliases, charset, codecs, detect, entities, factory, filterreserved, parseFilter, preserve, qnamealiasing, replacement, resolveentities
 
Constructor Summary
HtmlParserOptions()
           
 
Method Summary
protected  void checkFactory(Factory factory)
           
protected  void initFactory()
           
 boolean isHtmlFragment()
           
 void setHtmlFragment(boolean fragment)
           
 
Methods inherited from class org.apache.abdera.util.AbstractParserOptions
clone, getAutodetectCharset, getCharset, getCompressionCodecs, getFactory, getFilterRestrictedCharacterReplacement, getFilterRestrictedCharacters, getMustPreserveWhitespace, getParseFilter, getQNameAliasMap, getResolveEntities, isQNameAliasMappingEnabled, registerEntity, resolveEntity, setAutodetectCharset, setCharset, setCompressionCodecs, setFactory, setFilterRestrictedCharacterReplacement, setFilterRestrictedCharacters, setMustPreserveWhitespace, setParseFilter, setQNameAliasMap, setQNameAliasMappingEnabled, setResolveEntities
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlParserOptions

public HtmlParserOptions()
Method Detail

checkFactory

protected void checkFactory(Factory factory)
Specified by:
checkFactory in class AbstractParserOptions

initFactory

protected void initFactory()
Specified by:
initFactory in class AbstractParserOptions

isHtmlFragment

public boolean isHtmlFragment()

setHtmlFragment

public void setHtmlFragment(boolean fragment)


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.