Class ChildrenProviderElementWithName

  • All Implemented Interfaces:
    com.helger.commons.hierarchy.IChildrenProvider<IMicroElement>

    public final class ChildrenProviderElementWithName
    extends Object
    implements com.helger.commons.hierarchy.IChildrenProvider<IMicroElement>
    Implementation of the IChildrenProvider for IMicroElement objects considering only elements with a certain element name (and optionally a namespace URI).
    Author:
    Philip Helger
    • Constructor Detail

      • ChildrenProviderElementWithName

        public ChildrenProviderElementWithName​(@Nonnull @Nonempty
                                               String sTagName)
      • ChildrenProviderElementWithName

        public ChildrenProviderElementWithName​(@Nullable
                                               String sNamespaceURI,
                                               @Nonnull @Nonempty
                                               String sTagName)