988989990991992993994995996997998
if (p instanceof AttributePropertyInfo) { handleAttributeProp((AttributePropertyInfo<T,C>)p, contentModel); } } if( c.hasAttributeWildcard()) { contentModel.anyAttribute().namespace("##other").processContents("skip"); } ct.commit(); } /**
782783784785786787788789790791792
} // look for wildcard attributes if( c.hasAttributeWildcard()) { // TODO: not type safe contentModel.anyAttribute().namespace("##other").processContents("skip"); } // finally commit the ct ct.commit(); }
921922923924925926927928929930931
940941942943944945946947948949950
939940941942943944945946947948949
989990991992993994995996997998999