Humboldt Alignment Editor 2.5.0

Uses of Interface
eu.esdihumboldt.hale.common.schema.model.ChildDefinition

Packages that use ChildDefinition
eu.esdihumboldt.hale.common.align.model   
eu.esdihumboldt.hale.common.align.model.impl   
eu.esdihumboldt.hale.common.align.model.transformation.tree   
eu.esdihumboldt.hale.common.align.model.transformation.tree.impl   
eu.esdihumboldt.hale.common.instance.helper   
eu.esdihumboldt.hale.common.instancevalidator   
eu.esdihumboldt.hale.common.schema.model   
eu.esdihumboldt.hale.common.schema.model.impl   
eu.esdihumboldt.hale.common.schema.model.impl.internal   
eu.esdihumboldt.hale.io.gml.writer.internal   
eu.esdihumboldt.hale.io.gml.writer.internal.geometry   
eu.esdihumboldt.hale.io.xsd.reader.internal   
 

Uses of ChildDefinition in eu.esdihumboldt.hale.common.align.model
 

Methods in eu.esdihumboldt.hale.common.align.model that return ChildDefinition
 ChildDefinition<?> ChildContext.getChild()
           
 

Constructors in eu.esdihumboldt.hale.common.align.model with parameters of type ChildDefinition
ChildContext(ChildDefinition<?> child)
          Create a child with the default context
ChildContext(Integer contextName, Integer index, Condition condition, ChildDefinition<?> child)
          Create a child context.
 

Uses of ChildDefinition in eu.esdihumboldt.hale.common.align.model.impl
 

Methods in eu.esdihumboldt.hale.common.align.model.impl that return ChildDefinition
 ChildDefinition<?> ChildEntityDefinition.getDefinition()
           
 

Uses of ChildDefinition in eu.esdihumboldt.hale.common.align.model.transformation.tree
 

Methods in eu.esdihumboldt.hale.common.align.model.transformation.tree that return ChildDefinition
 ChildDefinition<?> TargetNode.getDefinition()
          Get the associated definition
 

Uses of ChildDefinition in eu.esdihumboldt.hale.common.align.model.transformation.tree.impl
 

Methods in eu.esdihumboldt.hale.common.align.model.transformation.tree.impl that return ChildDefinition
 ChildDefinition<?> TargetNodeImpl.getDefinition()
           
 

Uses of ChildDefinition in eu.esdihumboldt.hale.common.instance.helper
 

Methods in eu.esdihumboldt.hale.common.instance.helper that return ChildDefinition
 ChildDefinition<?> QueueDefinitionItem.getDefinition()
           
 

Methods in eu.esdihumboldt.hale.common.instance.helper with parameters of type ChildDefinition
 void QueueDefinitionItem.setDef(ChildDefinition<?> propDef)
           
 

Constructors in eu.esdihumboldt.hale.common.instance.helper with parameters of type ChildDefinition
QueueDefinitionItem(ChildDefinition<?> def, QName qname)
          Create a definition item.
 

Uses of ChildDefinition in eu.esdihumboldt.hale.common.instancevalidator
 

Methods in eu.esdihumboldt.hale.common.instancevalidator with parameters of type ChildDefinition
static InstanceValidationReporter InstanceValidator.validate(Object object, ChildDefinition<?> childDef)
          Validates the given object.
 

Uses of ChildDefinition in eu.esdihumboldt.hale.common.schema.model
 

Subinterfaces of ChildDefinition in eu.esdihumboldt.hale.common.schema.model
 interface GroupPropertyDefinition
          Defines a group property
 interface PropertyDefinition
          Represents a property definition
 

Methods in eu.esdihumboldt.hale.common.schema.model that return ChildDefinition
static ChildDefinition<?> DefinitionUtil.getChild(ChildDefinition<?> definition, QName name)
          Returns the child definition of definition with the given name.
static ChildDefinition<?> DefinitionUtil.getChild(ChildDefinition<?> definition, QName name, boolean allowIgnoreNamespace)
          Returns the child definition of definition with the given name.
static ChildDefinition<?> DefinitionUtil.getChild(Definition<?> definition, QName name)
          Returns the child definition of definition with the given name.
 ChildDefinition<?> DefinitionGroup.getChild(QName name)
          Get the child with the given name
static ChildDefinition<?> DefinitionUtil.redeclareChild(ChildDefinition<?> child, DefinitionGroup newParent)
          Create a proxy for the given child with another declaring group
static ChildDefinition<?> DefinitionUtil.reparentChild(ChildDefinition<?> child, TypeDefinition newParent)
          Create a proxy for the given child with another parent
 

Methods in eu.esdihumboldt.hale.common.schema.model that return types with arguments of type ChildDefinition
static Collection<? extends ChildDefinition<?>> DefinitionUtil.getAllChildren(DefinitionGroup group)
          Get all children of a definition group.
 Collection<? extends ChildDefinition<?>> TypeDefinition.getChildren()
          Get all children that an instance of the type may have.
 Collection<? extends ChildDefinition<?>> DefinitionGroup.getDeclaredChildren()
          Get the properties and property groups declared by the type
 

Methods in eu.esdihumboldt.hale.common.schema.model with parameters of type ChildDefinition
 void DefinitionGroup.addChild(ChildDefinition<?> child)
          Add a declared child, this is called by the AbstractChildDefinition constructor.
static Cardinality DefinitionUtil.getCardinality(ChildDefinition<?> child)
          Get the cardinality of a child definition.
static ChildDefinition<?> DefinitionUtil.getChild(ChildDefinition<?> definition, QName name)
          Returns the child definition of definition with the given name.
static ChildDefinition<?> DefinitionUtil.getChild(ChildDefinition<?> definition, QName name, boolean allowIgnoreNamespace)
          Returns the child definition of definition with the given name.
static ChildDefinition<?> DefinitionUtil.redeclareChild(ChildDefinition<?> child, DefinitionGroup newParent)
          Create a proxy for the given child with another declaring group
static ChildDefinition<?> DefinitionUtil.reparentChild(ChildDefinition<?> child, TypeDefinition newParent)
          Create a proxy for the given child with another parent
 

Uses of ChildDefinition in eu.esdihumboldt.hale.common.schema.model.impl
 

Classes in eu.esdihumboldt.hale.common.schema.model.impl that implement ChildDefinition
 class AbstractChildDefinition<C>
          Abstract child definition implementation
 class AbstractGroupPropertyDecorator
          Abstract decorator for GroupPropertyDefinitions
 class AbstractPropertyDecorator
          Abstract decorator for PropertyDefinitions
 class DefaultGroupPropertyDefinition
          Default GroupPropertyDefinition implementation
 class DefaultPropertyDefinition
          Default PropertyDefinition implementation
 

Methods in eu.esdihumboldt.hale.common.schema.model.impl that return ChildDefinition
 ChildDefinition<?> AbstractGroupPropertyDecorator.getChild(QName name)
           
 ChildDefinition<?> DefaultGroupPropertyDefinition.getChild(QName name)
           
 ChildDefinition<?> DefaultGroup.getChild(QName name)
           
 ChildDefinition<?> DefaultTypeDefinition.getChild(QName name)
          Get the child with the given name
 

Methods in eu.esdihumboldt.hale.common.schema.model.impl that return types with arguments of type ChildDefinition
 Collection<? extends ChildDefinition<?>> DefaultTypeDefinition.getChildren()
          Get all children that an instance of the type may have.
 Collection<? extends ChildDefinition<?>> AbstractGroupPropertyDecorator.getDeclaredChildren()
           
 Collection<? extends ChildDefinition<?>> DefaultGroupPropertyDefinition.getDeclaredChildren()
           
 Collection<? extends ChildDefinition<?>> DefaultGroup.getDeclaredChildren()
           
 Collection<? extends ChildDefinition<?>> DefaultTypeDefinition.getDeclaredChildren()
           
protected  Map<QName,ChildDefinition<?>> DefaultTypeDefinition.getInheritedChildren()
          Get the unmodifiable map of inherited children.
 

Methods in eu.esdihumboldt.hale.common.schema.model.impl with parameters of type ChildDefinition
 void AbstractGroupPropertyDecorator.addChild(ChildDefinition<?> child)
           
 void DefaultGroupPropertyDefinition.addChild(ChildDefinition<?> child)
           
 void DefaultGroup.addChild(ChildDefinition<?> child)
           
 void DefaultTypeDefinition.addChild(ChildDefinition<?> child)
           
 

Uses of ChildDefinition in eu.esdihumboldt.hale.common.schema.model.impl.internal
 

Classes in eu.esdihumboldt.hale.common.schema.model.impl.internal that implement ChildDefinition
 class ConstraintOverrideGroupProperty
          Decorator for GroupPropertyDefinitions that overrides given constraints.
 class ConstraintOverrideProperty
          Decorator for PropertyDefinitions that overrides given constraints.
 class RedeclareGroupProperty
          Decorator for GroupPropertyDefinitions that has a changed declaring group.
 class RedeclareProperty
          Decorator for PropertyDefinitions that has a changed parent type
 class ReparentGroupProperty
          Decorator for GroupPropertyDefinitions that has a changed parent type
 class ReparentProperty
          Decorator for PropertyDefinitions that has a changed parent type
 

Uses of ChildDefinition in eu.esdihumboldt.hale.io.gml.writer.internal
 

Method parameters in eu.esdihumboldt.hale.io.gml.writer.internal with type arguments of type ChildDefinition
static Collection<DefinitionPath> GmlWriterUtil.collectPropertyPaths(Iterable<? extends ChildDefinition<?>> children, DefinitionPath basePath, boolean elementsOnly)
          Collect all the paths to all child properties, even those contained in groups.
 

Uses of ChildDefinition in eu.esdihumboldt.hale.io.gml.writer.internal.geometry
 

Methods in eu.esdihumboldt.hale.io.gml.writer.internal.geometry with parameters of type ChildDefinition
 DefinitionPath DefinitionPath.add(ChildDefinition<?> child)
          Add a child to the path
 

Uses of ChildDefinition in eu.esdihumboldt.hale.io.xsd.reader.internal
 

Classes in eu.esdihumboldt.hale.io.xsd.reader.internal that implement ChildDefinition
 class LazyGroupPropertyDefinition
          Lazy property group definition
 class LazyPropertyDefinition
          XML property definition that doesn't know its property type on construction time.
 class SubstitutionGroupProperty
          Group property that resolves all possible substitutions for a property and offers them as a choice.
 class SubstitutionProperty
          Property that represents a substitution in an XML element substitution group.
 class XmlAttributeGroupReferenceProperty
          Group property referencing a XML attribute group
 class XmlAttributeReferenceProperty
          Property referencing a XML attribute
 class XmlElementReferenceProperty
          Property referencing a XML element
 class XmlGroupReferenceProperty
          Group property referencing a XML group
 

Methods in eu.esdihumboldt.hale.io.xsd.reader.internal that return ChildDefinition
 ChildDefinition<?> LazyGroupPropertyDefinition.getChild(QName name)
           
 

Methods in eu.esdihumboldt.hale.io.xsd.reader.internal that return types with arguments of type ChildDefinition
 Collection<? extends ChildDefinition<?>> XmlTypeDefinition.getChildren()
           
 Collection<? extends ChildDefinition<?>> LazyGroupPropertyDefinition.getDeclaredChildren()
           
 

Methods in eu.esdihumboldt.hale.io.xsd.reader.internal with parameters of type ChildDefinition
 void SubstitutionGroupProperty.addChild(ChildDefinition<?> child)
           
 


Humboldt Alignment Editor 2.5.0

Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d