Uses of Interface
com.helger.xml.microdom.IMicroQName
Packages that use IMicroQName
-
Uses of IMicroQName in com.helger.xml.microdom
Classes in com.helger.xml.microdom that implement IMicroQNameMethods in com.helger.xml.microdom that return IMicroQNameModifier and TypeMethodDescriptionIMicroAttribute.getAttributeQName()Get the qualified name of the attribute.MicroAttribute.getAttributeQName()Methods in com.helger.xml.microdom that return types with arguments of type IMicroQNameModifier and TypeMethodDescriptioncom.helger.commons.collection.impl.ICommonsOrderedSet<IMicroQName>IMicroAttributeContainer.getAllAttributeQNames()Get a set of all attribute names.com.helger.commons.collection.impl.ICommonsOrderedSet<IMicroQName>MicroElement.getAllAttributeQNames()com.helger.commons.collection.impl.ICommonsOrderedMap<IMicroQName,String> IMicroAttributeContainer.getAllQAttributes()Get a map of all fully qualified attribute names and values.com.helger.commons.collection.impl.ICommonsOrderedMap<IMicroQName,String> MicroElement.getAllQAttributes()Methods in com.helger.xml.microdom with parameters of type IMicroQNameModifier and TypeMethodDescriptiondefault intIMicroQName.compareTo(IMicroQName o) IMicroAttributeContainer.getAttributeObj(IMicroQName aAttrName) Get the attribute object with the specified qualified name.MicroElement.getAttributeObj(IMicroQName aQName) default StringIMicroAttributeContainer.getAttributeValue(IMicroQName aAttrName) Get the attribute value of the given attribute name.default booleanIMicroAttributeContainer.getAttributeValueAsBool(IMicroQName aAttrName, boolean bDefault) default doubleIMicroAttributeContainer.getAttributeValueAsDouble(IMicroQName aAttrName, double dDefault) default floatIMicroAttributeContainer.getAttributeValueAsFloat(IMicroQName aAttrName, float fDefault) default intIMicroAttributeContainer.getAttributeValueAsInt(IMicroQName aAttrName, int nDefault) default longIMicroAttributeContainer.getAttributeValueAsLong(IMicroQName aAttrName, long nDefault) <DSTTYPE> DSTTYPEIMicroAttributeContainer.getAttributeValueWithConversion(IMicroQName aAttrName, Class<DSTTYPE> aDstClass) Get the attribute value of the given attribute name.<DSTTYPE> DSTTYPEMicroElement.getAttributeValueWithConversion(IMicroQName aAttrName, Class<DSTTYPE> aDstClass) booleanIMicroAttributeContainer.hasAttribute(IMicroQName aAttrName) Check if this element has an attribute with the specified name.booleanMicroElement.hasAttribute(IMicroQName aAttrName) com.helger.commons.state.EChangeIMicroAttributeContainer.removeAttribute(IMicroQName aAttrName) Remove the attribute with the given name.com.helger.commons.state.EChangeMicroElement.removeAttribute(IMicroQName aAttrName) default IMPLTYPEIMicroAttributeContainer.setAttribute(IMicroQName aAttrName, boolean bAttrValue) Set an attribute value of this element.default IMPLTYPEIMicroAttributeContainer.setAttribute(IMicroQName aAttrName, double dAttrValue) Set an attribute value of this element.default IMPLTYPEIMicroAttributeContainer.setAttribute(IMicroQName aAttrName, float fAttrValue) Set an attribute value of this element.default IMPLTYPEIMicroAttributeContainer.setAttribute(IMicroQName aAttrName, int nAttrValue) Set an attribute value of this element.default IMPLTYPEIMicroAttributeContainer.setAttribute(IMicroQName aAttrName, long nAttrValue) Set an attribute value of this element.default IMPLTYPEIMicroAttributeContainer.setAttribute(IMicroQName aAttrName, IHasAttributeValue aAttrValueProvider) Set an attribute value of this element.IMicroAttributeContainer.setAttribute(IMicroQName aAttrName, String sAttrValue) Set an attribute value of this element.MicroElement.setAttribute(IMicroQName aAttrName, String sAttrValue) default IMPLTYPEIMicroAttributeContainer.setAttributeWithConversion(IMicroQName aAttrName, Object aAttrValue) Set an attribute value of this element.default IMPLTYPEIMicroAttributeContainer.setAttributeWithConversion(IMicroQName aAttrName, String sAttrValue) Deprecated.Method parameters in com.helger.xml.microdom with type arguments of type IMicroQNameModifier and TypeMethodDescriptionvoidIMicroAttributeContainer.forAllAttributes(BiConsumer<? super IMicroQName, ? super String> aConsumer) Iterate all attribute objects.voidMicroElement.forAllAttributes(BiConsumer<? super IMicroQName, ? super String> aConsumer) Constructors in com.helger.xml.microdom with parameters of type IMicroQName
IMicroAttributeContainer.setAttribute(IMicroQName, String)directly.