Searched refs:mAttribute (Results 1 – 4 of 4) sorted by relevance
28 private final String mAttribute; field in PropertySettingNodeHandler34 mAttribute = attribute; in PropertySettingNodeHandler()40 node.setAttribute(mNamespaceUri, mAttribute, mValue); in handle()
36 private final String mAttribute; field in PropertyCallback54 mAttribute = attribute; in PropertyCallback()73 targetNode.setAttribute(mUri, mAttribute, valueId); in action()76 targetNode.setAttribute(mUri, mAttribute, Boolean.toString(newValue)); in action()
416 private Attr mAttribute;419 this.mAttribute = attribute;424 return mAttribute.getNamespaceURI();429 String name = mAttribute.getLocalName();431 name = mAttribute.getName();438 return mAttribute.getValue();
1675 private final Attr mAttribute; field in Hyperlinks.XmlContext1686 mAttribute = attribute; in XmlContext()1717 return mAttribute; in getAttribute()