for( String href : hrefs ) {
Resource r = resourceFactory.getResource( host, href );
if( r != null ) {
if( r instanceof PropFindableResource ) {
PropFindableResource pfr = (PropFindableResource) r;
respProps.addAll( propertyBuilder.buildProperties( pfr, 0, parseResult, href ) );
} else {
// todo
}
} else {