Constructor and Description |
---|
HelperNodeList() |
HelperNodeList(boolean allNodesMustHaveSameParent) |
Modifier and Type | Method and Description |
---|---|
void |
appendChild(Node node)
Method appendChild
|
int |
getLength()
Method getLength
|
Document |
getOwnerDocument() |
Node |
item(int index)
Method item
|
public HelperNodeList()
public HelperNodeList(boolean allNodesMustHaveSameParent)
allNodesMustHaveSameParent
- public Node item(int index)
public int getLength()
public void appendChild(Node node) throws IllegalArgumentException
node
- IllegalArgumentException
public Document getOwnerDocument()
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.