Searched refs:importedNode (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp964 PassRefPtrWillBeRawPtr<Node> Document::importNode(Node* importedNode, bool deep, ExceptionState& exceptionState) argument
966 switch (importedNode->nodeType()) {
968 return createTextNode(importedNode->nodeValue());
970 return CDATASection::create(*this, importedNode->nodeValue());
972 return createProcessingInstruction(importedNode->nodeName(), importedNode->nodeValue(), exceptionState);
974 return createComment(importedNode->nodeValue());
976 DocumentType* doctype = toDocumentType(importedNode);
980 Element* oldElement = toElement(importedNode);
1002 return Attr::create(*this, QualifiedName(nullAtom, AtomicString(toAttr(importedNode)
[all...]
H A DDocument.h305 PassRefPtrWillBeRawPtr<Node> importNode(Node* importedNode, bool deep, ExceptionState&);
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java942 * @param importedNode The node to import.
952 public Node importNode(Node importedNode, boolean deep) throws DOMException argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java812 * @param importedNode
820 public final Node importNode(Node importedNode, boolean deep) argument
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 1369 milliseconds