Searched defs:getOwnerDocument (Results 1 - 22 of 22) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DHelperNodeList.java95 public Document getOwnerDocument() { method in class:HelperNodeList
99 return XMLUtils.getOwnerDocument(this.item(0));
H A DXMLUtils.java323 * {@link Document}. {@link Node#getOwnerDocument} returns <CODE>null</CODE>
329 public static Document getOwnerDocument(Node node) { method in class:XMLUtils
335 return node.getOwnerDocument();
347 * {@link Document}. {@link Node#getOwnerDocument} returns <CODE>null</CODE>
353 public static Document getOwnerDocument(Set<Node> xpathNodeSet) { method in class:XMLUtils
362 return ((Attr)node).getOwnerElement().getOwnerDocument();
364 return node.getOwnerDocument();
406 Document doc = e.getOwnerDocument();
419 Document doc = e.getOwnerDocument();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DAttrImpl.java125 public Document getOwnerDocument() { method in class:AttrImpl
126 return element.getOwnerDocument();
H A DDefaultNode.java99 public Document getOwnerDocument() { method in class:DefaultNode
H A DElementImpl.java88 public Document getOwnerDocument() { method in class:ElementImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DParentNode.java162 public Document getOwnerDocument() { method in class:ParentNode
355 if (newChild.getOwnerDocument() != ownerDocument && newChild != ownerDocument) {
H A DNodeImpl.java300 public Document getOwnerDocument() { method in class:NodeImpl
344 CoreDocumentImpl cd = (CoreDocumentImpl)(this.getOwnerDocument());
993 thisOwnerDoc = this.getOwnerDocument();
997 otherOwnerDoc = other.getOwnerDocument();
H A DCoreDocumentImpl.java301 final public Document getOwnerDocument() { method in class:CoreDocumentImpl
400 if (newChild.getOwnerDocument() == null &&
453 if (newChild.getOwnerDocument() == null &&
975 if (errorChecking && n.getOwnerDocument() != this && n != this) {
1334 this != node.getOwnerDocument() ) {
1540 boolean domLevel20 = source.getOwnerDocument().getImplementation().hasFeature("XML", "2.0");
1592 if( source.getOwnerDocument().getImplementation().hasFeature("XML", "2.0") ){
1778 } else if (source != null && source.getOwnerDocument() != null) {
1781 DOMImplementation otherImpl = source.getOwnerDocument().getImplementation();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathNamespaceImpl.java172 * @see org.w3c.dom.Node#getOwnerDocument()
174 public Document getOwnerDocument() { method in class:XPathNamespaceImpl
175 return m_attributeNode.getOwnerDocument();
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMUtils.java57 public static Document getOwnerDocument(Node node) { method in class:DOMUtils
61 return node.getOwnerDocument();
279 Document ownerDoc = getOwnerDocument(parent);
280 if (child.getOwnerDocument() != ownerDoc) {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java99 public Document getOwnerDocument() {return pseudoparent.getOwnerDocument();} method in class:DOM2DTMdefaultNamespaceDeclarationNode
151 return getOwnerDocument().setUserData( key, data, handler);
164 return getOwnerDocument().getUserData( key);
/openjdk7/jaxp/src/org/w3c/dom/
H A DNode.java304 public Document getOwnerDocument(); method in interface:Node
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DElementImpl.java111 public Document getOwnerDocument() { method in class:ElementImpl
113 ((SOAPDocument) super.getOwnerDocument());
227 new ElementImpl((SOAPDocumentImpl) getOwnerDocument(), newName);
362 Document document = getOwnerDocument();
363 Document oldDocument = element.getOwnerDocument();
387 getOwnerDocument().createElementNS(
392 getOwnerDocument().createElement(name.getQualifiedName());
400 getOwnerDocument().createElementNS(
405 getOwnerDocument().createElement(getQualifiedName(name));
412 if (getOwnerDocument() instanceo
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTM.java359 * documents. Generally, you should use getOwnerDocument(nodeHandle)
376 public int getOwnerDocument(int nodeHandle); method in interface:DTM
383 * a Document. (Note difference from DOM, where getOwnerDocument returns
385 * @see #getOwnerDocument(int nodeHandle)
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataNode.java444 public Document getOwnerDocument() { method in class:IIOMetadataNode
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSOAPPartImpl.java538 public Document getOwnerDocument() { method in class:SOAPPartImpl
539 return document.getOwnerDocument();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DAdaptiveResultTreeImpl.java890 public int getOwnerDocument(int nodeHandle) method in class:AdaptiveResultTreeImpl
893 return _dom.getOwnerDocument(nodeHandle);
896 return super.getOwnerDocument(nodeHandle);
H A DSimpleResultTreeImpl.java780 public int getOwnerDocument(int nodeHandle) method in class:SimpleResultTreeImpl
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBase.java1571 * PLEASE NOTE that most people should use getOwnerDocument(nodeHandle) instead;
1594 public int getOwnerDocument(int nodeHandle) method in class:DTMDefaultBase
H A DDTMDocumentImpl.java1389 public int getOwnerDocument(int nodeHandle) { method in class:DTMDocumentImpl
H A DDTMNodeProxy.java496 public final Document getOwnerDocument() method in class:DTMNodeProxy
499 return (Document)(dtm.getNode(dtm.getOwnerDocument(node)));
1623 return getOwnerDocument().setUserData( key, data, handler);
1637 return getOwnerDocument().getUserData( key);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DUnImplNode.java228 public Document getOwnerDocument() method in class:UnImplNode
231 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getOwnerDocument not supported!");
1289 return getOwnerDocument().setUserData( key, data, handler);
1302 return getOwnerDocument().getUserData( key);

Completed in 106 milliseconds