XML Security, 1.6

javax.xml.crypto.enc.dom
Class DOMToBeEncryptedXML.NodeListImpl

java.lang.Object
  extended by javax.xml.crypto.enc.dom.DOMToBeEncryptedXML.NodeListImpl
All Implemented Interfaces:
org.w3c.dom.NodeList
Enclosing class:
DOMToBeEncryptedXML

static class DOMToBeEncryptedXML.NodeListImpl
extends java.lang.Object
implements org.w3c.dom.NodeList


Constructor Summary
DOMToBeEncryptedXML.NodeListImpl(org.w3c.dom.Element element)
           
 
Method Summary
 int getLength()
           
 org.w3c.dom.Node item(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMToBeEncryptedXML.NodeListImpl

DOMToBeEncryptedXML.NodeListImpl(org.w3c.dom.Element element)
Method Detail

item

public org.w3c.dom.Node item(int index)
Specified by:
item in interface org.w3c.dom.NodeList

getLength

public int getLength()
Specified by:
getLength in interface org.w3c.dom.NodeList

XML Security, 1.6

Portions Copyright 2003, 2012 IBM Corporation.
Portions Copyright 2003, 2012 Oracle and/or its affiliates.