|
Hello!!
I am
testing SignatureProperties and I would like to know if a
SignatureProperties element has any children before adding it to an Object
element. Then I do the following:
SignatureProperties sigProps = new
SignatureProperties(doc);
System.out.println("SignatureProperties Cildren: " + sigProps.getElement().getChildNodes().getLength()); but when I run my application, this piece of code
generates the next output:
SignatureProperties Cildren: 1
Could anybody be so kind as to tell me why this
happens, please??
Thank you very much in advance.
Inma.
|
