Searched refs:XMLElementAttribute (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/xml/
H A DXMLElementAttribute.java25 * $Id: XMLElementAttribute.java,v 1.2 2008/06/25 05:51:31 qcheng Exp $
34 public class XMLElementAttribute { class
69 XMLElementAttribute(String name, String value) { method in class:XMLElementAttribute
H A DXMLElement.java274 XMLElementAttribute attr = (XMLElementAttribute) it.next();
630 XMLElementAttribute attr = (XMLElementAttribute) attributes
671 XMLElementAttribute attr = (XMLElementAttribute) attributes.get(i);
689 attributes.add(new XMLElementAttribute(name, attrValue));
744 XMLElementAttribute attr = (XMLElementAttribute) attributes
H A DXMLParser.java205 result.add(new XMLElementAttribute(name, value));
237 result.add(new XMLElementAttribute(name, value));
H A DXMLDocument.java595 XMLElementAttribute attr = (XMLElementAttribute) it.next();
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/xml/
H A DXMLElementAttribute.java25 * $Id: XMLElementAttribute.java,v 1.2 2008/06/25 05:51:31 qcheng Exp $
34 public class XMLElementAttribute { class
69 XMLElementAttribute(String name, String value) { method in class:XMLElementAttribute
H A DXMLElement.java274 XMLElementAttribute attr = (XMLElementAttribute) it.next();
630 XMLElementAttribute attr = (XMLElementAttribute) attributes
671 XMLElementAttribute attr = (XMLElementAttribute) attributes.get(i);
689 attributes.add(new XMLElementAttribute(name, attrValue));
744 XMLElementAttribute attr = (XMLElementAttribute) attributes
H A DXMLParser.java205 result.add(new XMLElementAttribute(name, value));
237 result.add(new XMLElementAttribute(name, value));
H A DXMLDocument.java595 XMLElementAttribute attr = (XMLElementAttribute) it.next();

Completed in 1675 milliseconds