public abstract class AbstractParserOptions
extends java.lang.Object
implements org.apache.abdera.parser.ParserOptions, java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
boolean |
getAutodetectCharset() |
java.lang.String |
getCharset() |
CompressionUtil.CompressionCodec[] |
getCompressionCodecs() |
Factory |
getFactory() |
char |
getFilterRestrictedCharacterReplacement() |
boolean |
getFilterRestrictedCharacters() |
boolean |
getMustPreserveWhitespace() |
ParseFilter |
getParseFilter() |
java.util.Map<javax.xml.namespace.QName,javax.xml.namespace.QName> |
getQNameAliasMap() |
boolean |
getResolveEntities() |
boolean |
isQNameAliasMappingEnabled() |
org.apache.abdera.parser.ParserOptions |
registerEntity(java.lang.String name,
java.lang.String value) |
java.lang.String |
resolveEntity(java.lang.String name) |
org.apache.abdera.parser.ParserOptions |
setAutodetectCharset(boolean detect) |
org.apache.abdera.parser.ParserOptions |
setCharset(java.lang.String charset) |
org.apache.abdera.parser.ParserOptions |
setCompressionCodecs(CompressionUtil.CompressionCodec... codecs) |
org.apache.abdera.parser.ParserOptions |
setFactory(Factory factory) |
org.apache.abdera.parser.ParserOptions |
setFilterRestrictedCharacterReplacement(char replacement) |
org.apache.abdera.parser.ParserOptions |
setFilterRestrictedCharacters(boolean filter) |
org.apache.abdera.parser.ParserOptions |
setMustPreserveWhitespace(boolean preserve) |
org.apache.abdera.parser.ParserOptions |
setParseFilter(ParseFilter parseFilter) |
org.apache.abdera.parser.ParserOptions |
setQNameAliasMap(java.util.Map<javax.xml.namespace.QName,javax.xml.namespace.QName> map) |
org.apache.abdera.parser.ParserOptions |
setQNameAliasMappingEnabled(boolean enabled) |
org.apache.abdera.parser.ParserOptions |
setResolveEntities(boolean resolve) |
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in interface org.apache.abdera.parser.ParserOptions
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public Factory getFactory()
getFactory
in interface org.apache.abdera.parser.ParserOptions
public org.apache.abdera.parser.ParserOptions setFactory(Factory factory)
setFactory
in interface org.apache.abdera.parser.ParserOptions
public java.lang.String getCharset()
getCharset
in interface org.apache.abdera.parser.ParserOptions
public org.apache.abdera.parser.ParserOptions setCharset(java.lang.String charset)
setCharset
in interface org.apache.abdera.parser.ParserOptions
public ParseFilter getParseFilter()
getParseFilter
in interface org.apache.abdera.parser.ParserOptions
public org.apache.abdera.parser.ParserOptions setParseFilter(ParseFilter parseFilter)
setParseFilter
in interface org.apache.abdera.parser.ParserOptions
public boolean getAutodetectCharset()
getAutodetectCharset
in interface org.apache.abdera.parser.ParserOptions
public org.apache.abdera.parser.ParserOptions setAutodetectCharset(boolean detect)
setAutodetectCharset
in interface org.apache.abdera.parser.ParserOptions
public boolean getMustPreserveWhitespace()
getMustPreserveWhitespace
in interface org.apache.abdera.parser.ParserOptions
public org.apache.abdera.parser.ParserOptions setMustPreserveWhitespace(boolean preserve)
setMustPreserveWhitespace
in interface org.apache.abdera.parser.ParserOptions
public boolean getFilterRestrictedCharacters()
getFilterRestrictedCharacters
in interface org.apache.abdera.parser.ParserOptions
public org.apache.abdera.parser.ParserOptions setFilterRestrictedCharacters(boolean filter)
setFilterRestrictedCharacters
in interface org.apache.abdera.parser.ParserOptions
public char getFilterRestrictedCharacterReplacement()
getFilterRestrictedCharacterReplacement
in interface org.apache.abdera.parser.ParserOptions
public org.apache.abdera.parser.ParserOptions setFilterRestrictedCharacterReplacement(char replacement)
setFilterRestrictedCharacterReplacement
in interface org.apache.abdera.parser.ParserOptions
public CompressionUtil.CompressionCodec[] getCompressionCodecs()
getCompressionCodecs
in interface org.apache.abdera.parser.ParserOptions
public org.apache.abdera.parser.ParserOptions setCompressionCodecs(CompressionUtil.CompressionCodec... codecs)
public org.apache.abdera.parser.ParserOptions registerEntity(java.lang.String name, java.lang.String value)
registerEntity
in interface org.apache.abdera.parser.ParserOptions
public java.lang.String resolveEntity(java.lang.String name)
resolveEntity
in interface org.apache.abdera.parser.ParserOptions
public org.apache.abdera.parser.ParserOptions setResolveEntities(boolean resolve)
setResolveEntities
in interface org.apache.abdera.parser.ParserOptions
public boolean getResolveEntities()
getResolveEntities
in interface org.apache.abdera.parser.ParserOptions
public java.util.Map<javax.xml.namespace.QName,javax.xml.namespace.QName> getQNameAliasMap()
getQNameAliasMap
in interface org.apache.abdera.parser.ParserOptions
public org.apache.abdera.parser.ParserOptions setQNameAliasMap(java.util.Map<javax.xml.namespace.QName,javax.xml.namespace.QName> map)
setQNameAliasMap
in interface org.apache.abdera.parser.ParserOptions
public boolean isQNameAliasMappingEnabled()
isQNameAliasMappingEnabled
in interface org.apache.abdera.parser.ParserOptions
public org.apache.abdera.parser.ParserOptions setQNameAliasMappingEnabled(boolean enabled)
setQNameAliasMappingEnabled
in interface org.apache.abdera.parser.ParserOptions
Copyright © 2010 - 2020 Adobe. All Rights Reserved