public class SchemaBindingPropertyInitializer extends Object implements SchemaBindingInitializer
Constructor and Description |
---|
SchemaBindingPropertyInitializer() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getStrictSchema() |
SchemaBinding |
init(SchemaBinding schema)
Adjust schema binding programatically if needed.
|
Boolean |
isIgnoreWhitespacesInMixedContent() |
Boolean |
isNormalizeSpace() |
Boolean |
isReplacePropertyRefs() |
void |
setIgnoreWhitespacesInMixedContent(Boolean ignoreWhitespacesInMixedContent) |
void |
setNormalizeSpace(Boolean normalizeSpace) |
void |
setReplacePropertyRefs(Boolean replacePropertyRefs) |
void |
setStrictSchema(Boolean strictSchema) |
public Boolean getStrictSchema()
public void setStrictSchema(Boolean strictSchema)
public Boolean isIgnoreWhitespacesInMixedContent()
public void setIgnoreWhitespacesInMixedContent(Boolean ignoreWhitespacesInMixedContent)
public Boolean isNormalizeSpace()
public void setNormalizeSpace(Boolean normalizeSpace)
public Boolean isReplacePropertyRefs()
public void setReplacePropertyRefs(Boolean replacePropertyRefs)
public SchemaBinding init(SchemaBinding schema)
SchemaBindingInitializer
init
in interface SchemaBindingInitializer
schema
- just resolved schema binding returned from XsdBinderCopyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.