org.jboss.xb.util
Class SchemaBindingPropertyInitializer
java.lang.Object
org.jboss.xb.util.SchemaBindingPropertyInitializer
- All Implemented Interfaces:
- SchemaBindingInitializer
public class SchemaBindingPropertyInitializer
- extends Object
- implements SchemaBindingInitializer
- Version:
- $Revision: 1958 $
- Author:
- Alexey Loubyansky
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaBindingPropertyInitializer
public SchemaBindingPropertyInitializer()
getStrictSchema
public Boolean getStrictSchema()
setStrictSchema
public void setStrictSchema(Boolean strictSchema)
isIgnoreWhitespacesInMixedContent
public Boolean isIgnoreWhitespacesInMixedContent()
setIgnoreWhitespacesInMixedContent
public void setIgnoreWhitespacesInMixedContent(Boolean ignoreWhitespacesInMixedContent)
isNormalizeSpace
public Boolean isNormalizeSpace()
setNormalizeSpace
public void setNormalizeSpace(Boolean normalizeSpace)
isReplacePropertyRefs
public Boolean isReplacePropertyRefs()
setReplacePropertyRefs
public void setReplacePropertyRefs(Boolean replacePropertyRefs)
init
public SchemaBinding init(SchemaBinding schema)
- Description copied from interface:
SchemaBindingInitializer
- Adjust schema binding programatically if needed.
- Specified by:
init
in interface SchemaBindingInitializer
- Parameters:
schema
- just resolved schema binding returned from XsdBinder
- Returns:
- SchemaBinding instance with complete binding metadata
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.