Uses of Interface
com.helger.xml.microdom.IMicroAttribute
Packages that use IMicroAttribute
-
Uses of IMicroAttribute in com.helger.xml.microdom
Classes in com.helger.xml.microdom that implement IMicroAttributeMethods in com.helger.xml.microdom that return IMicroAttributeModifier and TypeMethodDescriptionIMicroAttributeContainer.getAttributeObj(IMicroQName aAttrName) Get the attribute object with the specified qualified name.default IMicroAttributeIMicroAttributeContainer.getAttributeObj(String sAttrName) Get the attribute object with the specified name.default IMicroAttributeIMicroAttributeContainer.getAttributeObj(String sNamespaceURI, String sAttrName) Get the attribute object with the specified namespace URI and local name.IMicroAttribute.getClone()Methods in com.helger.xml.microdom that return types with arguments of type IMicroAttributeModifier and TypeMethodDescriptioncom.helger.commons.collection.impl.ICommonsList<? extends IMicroAttribute>IMicroAttributeContainer.getAllAttributeObjs()Get a list of all attributes.Iterable<? extends IMicroAttribute>IMicroAttributeContainer.getAttributeObjs()Get a iterable objects of all attributes.Method parameters in com.helger.xml.microdom with type arguments of type IMicroAttributeModifier and TypeMethodDescriptionvoidIMicroAttributeContainer.forAllAttributes(Consumer<? super IMicroAttribute> aConsumer) Iterate all attribute objects.voidMicroElement.forAllAttributes(Consumer<? super IMicroAttribute> aConsumer)