|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.xml.security.utils.HelperNodeList
public class HelperNodeList
| Constructor Summary | |
|---|---|
HelperNodeList()
|
|
HelperNodeList(boolean allNodesMustHaveSameParent)
|
|
| Method Summary | |
|---|---|
void |
appendChild(org.w3c.dom.Node node)
Method appendChild |
int |
getLength()
Method getLength |
org.w3c.dom.Document |
getOwnerDocument()
|
org.w3c.dom.Node |
item(int index)
Method item |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HelperNodeList()
public HelperNodeList(boolean allNodesMustHaveSameParent)
allNodesMustHaveSameParent - | Method Detail |
|---|
public org.w3c.dom.Node item(int index)
item in interface org.w3c.dom.NodeListindex -
public int getLength()
getLength in interface org.w3c.dom.NodeList
public void appendChild(org.w3c.dom.Node node)
throws java.lang.IllegalArgumentException
node -
java.lang.IllegalArgumentExceptionpublic org.w3c.dom.Document getOwnerDocument()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||