Uses of Interface
com.helger.xml.microdom.IHasAttributeValue
-
Packages that use IHasAttributeValue Package Description com.helger.xml.microdom -
-
Uses of IHasAttributeValue in com.helger.xml.microdom
Methods in com.helger.xml.microdom with parameters of type IHasAttributeValue Modifier and Type Method Description default IMPLTYPEIMicroAttributeContainer. setAttribute(IMicroQName aAttrName, IHasAttributeValue aAttrValueProvider)Set an attribute value of this element.default IMPLTYPEIMicroAttributeContainer. setAttribute(String sAttrName, IHasAttributeValue aAttrValueProvider)Set an attribute value of this element.default IMPLTYPEIMicroAttributeContainer. setAttribute(String sNamespaceURI, String sAttrName, IHasAttributeValue aAttrValueProvider)Set an attribute value of this element.
-