public abstract class UnmarshallerFactory extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,Object> |
features |
protected Boolean |
namespaces |
protected Boolean |
validation |
protected Boolean |
warnOnParserErrors |
Constructor and Description |
---|
UnmarshallerFactory() |
Modifier and Type | Method and Description |
---|---|
boolean |
isWarnOnParserErrors()
This property controls whether the (underlying) parser errors should be
logged as warnings or should they terminate parsing with errors.
|
static UnmarshallerFactory |
newInstance() |
abstract Unmarshaller |
newUnmarshaller() |
void |
setFeature(String name,
Object value) |
void |
setWarnOnParserErrors(boolean value)
This property controls whether the (underlying) parser errors should be
logged as warnings or should they terminate parsing with errors.
|
protected Boolean validation
protected Boolean namespaces
protected Boolean warnOnParserErrors
public static UnmarshallerFactory newInstance()
public abstract Unmarshaller newUnmarshaller()
public void setWarnOnParserErrors(boolean value)
public boolean isWarnOnParserErrors()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.