childLocalName = new String[childSeq.size()];
}
int index = 0;
for (SequenceType sType : childSeq) {
NodeType nodeType = (NodeType) sType.getItemType();
ElementType eType = (ElementType) nodeType;
NameTest nameTest = eType.getNameTest();
childUri[index] = getStringFromBytes(nameTest.getUri());
childLocalName[index] = getStringFromBytes(nameTest.getLocalName());;
++index;