public ClientLibraryDefHandler(RootTagHandler<P> parentHandler, XMLStreamReader xmlReader, Source<?> source) throws DefinitionNotFoundException {
super(parentHandler, xmlReader, source);
if (!isInPrivilegedNamespace()) {
throw new DefinitionNotFoundException(Aura.getDefinitionService().getDefDescriptor(TAG, ComponentDef.class));
}
this.builder = new ClientLibraryDefImpl.Builder();
this.builder.setLocation(getLocation());
this.builder.setParentDescriptor(parentHandler.getDefDescriptor());