Uses of Class
org.exolab.castor.builder.binding.xml.Exclude
Packages that use Exclude
Package
Description
Binding File Object Model for Castor XML code generator
-
Uses of Exclude in org.exolab.castor.builder.binding
Methods in org.exolab.castor.builder.binding that return ExcludeModifier and TypeMethodDescriptionExtendedBinding.getExclusion
(String localName) Returns theExclude
instance for the element identified by the given local name. -
Uses of Exclude in org.exolab.castor.builder.binding.xml
Methods in org.exolab.castor.builder.binding.xml that return ExcludeModifier and TypeMethodDescriptionExclude[]
Excludes.getExclude()
Method getExclude.Returns the contents of the collection in an Array.Excludes.getExclude
(int index) Method getExclude.Excludes.removeExcludeAt
(int index) Method removeExcludeAt.static Exclude
Exclude.unmarshalExclude
(Reader reader) Method unmarshalExclude.Methods in org.exolab.castor.builder.binding.xml with parameters of type ExcludeModifier and TypeMethodDescriptionvoid
Excludes.addExclude
(int index, Exclude vExclude) void
Excludes.addExclude
(Exclude vExclude) boolean
Excludes.removeExclude
(Exclude vExclude) Method removeExclude.void
Excludes.setExclude
(int index, Exclude vExclude) void
Excludes.setExclude
(Exclude[] vExcludeArray)