org.apache.abdera.parser.stax
Class FOMParserOptions

java.lang.Object
  extended by org.apache.abdera.util.AbstractParserOptions
      extended by org.apache.abdera.parser.stax.FOMParserOptions
All Implemented Interfaces:
Cloneable, ParserOptions

public class FOMParserOptions
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
FOMParserOptions(Factory factory)
           
 
Method Summary
protected  void checkFactory(Factory factory)
           
protected  void initFactory()
           
 
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

FOMParserOptions

public FOMParserOptions(Factory factory)
Method Detail

initFactory

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

checkFactory

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


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