Uses of Interface
com.helger.xml.microdom.IMicroAttribute
-
Packages that use IMicroAttribute Package Description com.helger.xml.microdom -
-
Uses of IMicroAttribute in com.helger.xml.microdom
Classes in com.helger.xml.microdom that implement IMicroAttribute Modifier and Type Class Description classMicroAttributeDefault implementation of theIMicroAttributeinterface.Methods in com.helger.xml.microdom that return IMicroAttribute Modifier and Type Method Description IMicroAttributeIMicroAttributeContainer. 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.IMicroAttributeIMicroAttribute. getClone()Methods in com.helger.xml.microdom that return types with arguments of type IMicroAttribute Modifier and Type Method Description com.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 IMicroAttribute Modifier and Type Method Description voidIMicroAttributeContainer. forAllAttributes(Consumer<? super IMicroAttribute> aConsumer)Iterate all attribute objects.voidMicroElement. forAllAttributes(Consumer<? super IMicroAttribute> aConsumer)
-