JBoss XML Binding 2.0.3.GA

org.jboss.xb.util
Class SchemaBindingPropertyInitializer

java.lang.Object
  extended by org.jboss.xb.util.SchemaBindingPropertyInitializer
All Implemented Interfaces:
SchemaBindingInitializer

public class SchemaBindingPropertyInitializer
extends Object
implements SchemaBindingInitializer

Version:
$Revision: 1958 $
Author:
Alexey Loubyansky

Constructor Summary
SchemaBindingPropertyInitializer()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaBindingPropertyInitializer

public SchemaBindingPropertyInitializer()
Method Detail

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

JBoss XML Binding 2.0.3.GA

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.