Uses of Interface
net.shibboleth.metadata.dom.Container.ChildAddingStrategy
Packages that use Container.ChildAddingStrategy
Package
Description
Implementations of core APIs that operate on W3C DOM based metadata.
-
Uses of Container.ChildAddingStrategy in net.shibboleth.metadata.dom
Fields in net.shibboleth.metadata.dom declared as Container.ChildAddingStrategyModifier and TypeFieldDescriptionstatic final Container.ChildAddingStrategyContainer.FIRST_CHILDChild adding strategy which adds the new child as the first child of the container.static final Container.ChildAddingStrategyContainer.LAST_CHILDChild adding strategy which adds the new child as the last child of the container.Methods in net.shibboleth.metadata.dom with parameters of type Container.ChildAddingStrategyModifier and TypeMethodDescriptionContainer.addChild(ElementMaker maker, Container.ChildAddingStrategy adder) Add a child to the container.Container.addChild(Element child, Container.ChildAddingStrategy adder) Add a child to the container.Container.locateChild(ElementMatcher matcher, ElementMaker maker, Container.ChildAddingStrategy adder) Locate a child container matching theElementMatcher, creating one if necessary.