Searched refs:setAttributeNode (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/
H A DElement.java94 * appropriate subtree, and use <code>setAttributeNode</code> to assign
160 public Attr setAttributeNode(Attr newAttr) method in interface:Element
225 * <code>setAttributeNode</code> to assign it as the value of an
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/dom/
H A DDOMDocumentParser.java310 _currentElement.setAttributeNode(_namespaceAttributes[i]);
813 _currentElement.setAttributeNode(a);
826 _currentElement.setAttributeNode(a);
843 _currentElement.setAttributeNode(a);
856 _currentElement.setAttributeNode(a);
869 _currentElement.setAttributeNode(a);
886 _currentElement.setAttributeNode(a);
905 _currentElement.setAttributeNode(a);
921 _currentElement.setAttributeNode(a);
928 _currentElement.setAttributeNode(
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultElement.java120 public Attr setAttributeNode(Attr newAttr) throws DOMException { method in class:DefaultElement
/openjdk7/jaxp/src/com/sun/xml/internal/stream/writers/
H A DXMLDOMWriterImpl.java201 ((Element)currentNode).setAttributeNode(attr);
242 ((Element)currentNode).setAttributeNode(attr);
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataNode.java829 public Attr setAttributeNode(Attr newAttr) throws DOMException { method in class:IIOMetadataNode
861 * Equivalent to <code>setAttributeNode(newAttr)</code>.
866 return setAttributeNode(newAttr);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDOMResultAugmentor.java172 currentElement.setAttributeNode(attr);
H A DDOMResultBuilder.java267 elem.setAttributeNode(attr);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DCoreDocumentImpl.java1083 el.setAttributeNode(at);
1115 el.setAttributeNode(nat);
1567 newElement.setAttributeNode(newAttr);
H A DElementImpl.java469 * though HTML doesn't), see setAttributeNode().
473 * Again, setAttributeNode can be used to achieve other results.
526 public Attr setAttributeNode(Attr newAttr) method in class:ElementImpl
554 } // setAttributeNode(Attr):Attr
606 * setAttributeNode to assign it as the value of an attribute.
769 * like setAttributeNode.
H A DDeferredDocumentImpl.java668 public int setAttributeNode(int elemIndex, int attrIndex) { method in class:DeferredDocumentImpl
730 } // setAttributeNode(int,int):int
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DUnImplNode.java309 public Attr setAttributeNode(Attr newAttr) throws DOMException method in class:UnImplNode
312 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"setAttributeNode not supported!");
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java1208 public final Attr setAttributeNode(Attr newAttr) throws DOMException method in class:DTMNodeProxy
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractDOMParser.java951 // non-namespace aware setAttributeNode() method could overwrite
959 el.setAttributeNode(attr);

Completed in 97 milliseconds