inContents = false;
currentText = new StringBuilder();
return;
}
if (qName.equals("container") && !inContents) {
rootContainer = new ContainerListImpl(rootUrl, rootName, rootCreated, rootInproject,
rootModified, rootOwner, rootVersion, rootShared, rootAccessed, rootBytes,
containerMetadata, rootTags, rootMetadata, metadataItems, rootParent);
} else if (qName.equals("container") || qName.equals("file")) {
if (qName.equals("container")) {
inContainer = false;