Methods in com.meterware.httpunit.dom with parameters of type DocumentImpl |
static org.w3c.dom.Attr |
AttrImpl.createAttribute(DocumentImpl owner,
java.lang.String namespaceURI,
java.lang.String qualifiedName)
|
static org.w3c.dom.CDATASection |
CDATASectionImpl.createCDATASection(DocumentImpl ownerDocument,
java.lang.String data)
|
static org.w3c.dom.Element |
ElementImpl.createElement(DocumentImpl owner,
java.lang.String namespaceURI,
java.lang.String qualifiedName)
|
static org.w3c.dom.ProcessingInstruction |
ProcessingInstructionImpl.createProcessingImpl(DocumentImpl ownerDocument,
java.lang.String target,
java.lang.String data)
|
static org.w3c.dom.Node |
CDATASectionImpl.importNode(DocumentImpl document,
org.w3c.dom.CDATASection cdataSection)
|
static org.w3c.dom.Node |
CommentImpl.importNode(DocumentImpl document,
org.w3c.dom.Comment comment)
|
static org.w3c.dom.Element |
ElementImpl.importNode(DocumentImpl document,
org.w3c.dom.Element original,
boolean deep)
|
static org.w3c.dom.Node |
ProcessingInstructionImpl.importNode(DocumentImpl document,
org.w3c.dom.ProcessingInstruction processingInstruction)
|
static org.w3c.dom.Node |
TextImpl.importNode(DocumentImpl document,
org.w3c.dom.Text text)
|
protected void |
NodeImpl.initialize(DocumentImpl ownerDocument)
|
protected void |
NamespaceAwareNodeImpl.initialize(DocumentImpl owner,
java.lang.String tagName)
|
protected void |
CharacterDataImpl.initialize(DocumentImpl ownerDocument,
java.lang.String data)
|
protected void |
AttrImpl.initialize(DocumentImpl owner,
java.lang.String name)
|
protected void |
NamespaceAwareNodeImpl.initialize(DocumentImpl owner,
java.lang.String namespaceURI,
java.lang.String qualifiedName)
initialize the name space |