Searched defs:addAttributes (Results 1 – 3 of 3) sorted by relevance
94 public void addAttributes(String namespaceURI, String localName, String value) { in addAttributes() method in MockXmlNode
526 protected static void addAttributes(INode newNode, IDragElement oldElement, in addAttributes() method in BaseLayoutRule
1058 List<UiAttributeNode> addAttributes = new ArrayList<UiAttributeNode>(); in createXmlNode() local